You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2006/09/20 09:58:48 UTC

svn commit: r448117 - in /incubator/tuscany/cpp/sca/samples/BigBank: bigbank.account/AccountService.wsdl bigbank.wsclient/AccountWSClient.cpp bigbank.wsclient/services.xml

Author: jsdelfino
Date: Wed Sep 20 00:58:47 2006
New Revision: 448117

URL: http://svn.apache.org/viewvc?view=rev&rev=448117
Log:
Changed name of the Account service from BigBank to AccountService.

Modified:
    incubator/tuscany/cpp/sca/samples/BigBank/bigbank.account/AccountService.wsdl
    incubator/tuscany/cpp/sca/samples/BigBank/bigbank.wsclient/AccountWSClient.cpp
    incubator/tuscany/cpp/sca/samples/BigBank/bigbank.wsclient/services.xml

Modified: incubator/tuscany/cpp/sca/samples/BigBank/bigbank.account/AccountService.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/BigBank/bigbank.account/AccountService.wsdl?view=diff&rev=448117&r1=448116&r2=448117
==============================================================================
--- incubator/tuscany/cpp/sca/samples/BigBank/bigbank.account/AccountService.wsdl (original)
+++ incubator/tuscany/cpp/sca/samples/BigBank/bigbank.account/AccountService.wsdl Wed Sep 20 00:58:47 2006
@@ -116,7 +116,7 @@
 		<wsdl:port binding="tns:AccountServiceSOAP"
 			name="AccountServiceSOAP">
 			<soap:address
-				location="http://localhost:9090/axis2/services/BigBank" />
+				location="http://localhost:9090/axis2/services/AccountService" />
 		</wsdl:port>
 	</wsdl:service>
 </wsdl:definitions>

Modified: incubator/tuscany/cpp/sca/samples/BigBank/bigbank.wsclient/AccountWSClient.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/BigBank/bigbank.wsclient/AccountWSClient.cpp?view=diff&rev=448117&r1=448116&r2=448117
==============================================================================
--- incubator/tuscany/cpp/sca/samples/BigBank/bigbank.wsclient/AccountWSClient.cpp (original)
+++ incubator/tuscany/cpp/sca/samples/BigBank/bigbank.wsclient/AccountWSClient.cpp Wed Sep 20 00:58:47 2006
@@ -46,7 +46,7 @@
     if (!client_home)
         client_home = "../../deploy";
     
-    address = "http://localhost:9090/axis2/services/BigBank";
+    address = "http://localhost:9090/axis2/services/AccountService";
     if (argc > 1 )
         operation = argv[1];
     if (AXIS2_STRCMP(operation, "-h") == 0)

Modified: incubator/tuscany/cpp/sca/samples/BigBank/bigbank.wsclient/services.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/BigBank/bigbank.wsclient/services.xml?view=diff&rev=448117&r1=448116&r2=448117
==============================================================================
--- incubator/tuscany/cpp/sca/samples/BigBank/bigbank.wsclient/services.xml (original)
+++ incubator/tuscany/cpp/sca/samples/BigBank/bigbank.wsclient/services.xml Wed Sep 20 00:58:47 2006
@@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
  -->
-<service name="BigBank">
+<service name="AccountService">
     <parameter name="ServiceClass" locked="xsd:false">tuscany_sca_ws_service</parameter>
     <parameter name="TuscanySystemRoot" locked="xsd:false">PATH-TO-TUSCANY-SCA/samples/BigBank/deploy</parameter>
     <parameter name="TuscanyService" locked="xsd:false">bigbank.AccountManagementComponent/AccountService</parameter>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org