Author: jsdelfino
Date: Wed Sep 20 14:13:07 2006
New Revision: 448342

URL: http://svn.apache.org/viewvc?view=rev&rev=448342
Log:
Renamed BigBank to AccountService in the SOAP address URL, adjusted it in the 
README as well.

Modified:
    
incubator/tuscany/cpp/sca/samples/BigBank/bigbank.phpwsclient/AccountService.wsdl
    incubator/tuscany/cpp/sca/samples/BigBank/bigbank.phpwsclient/README

Modified: 
incubator/tuscany/cpp/sca/samples/BigBank/bigbank.phpwsclient/AccountService.wsdl
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/BigBank/bigbank.phpwsclient/AccountService.wsdl?view=diff&rev=448342&r1=448341&r2=448342
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/BigBank/bigbank.phpwsclient/AccountService.wsdl
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/BigBank/bigbank.phpwsclient/AccountService.wsdl
 Wed Sep 20 14:13:07 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.phpwsclient/README
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/BigBank/bigbank.phpwsclient/README?view=diff&rev=448342&r1=448341&r2=448342
==============================================================================
--- incubator/tuscany/cpp/sca/samples/BigBank/bigbank.phpwsclient/README 
(original)
+++ incubator/tuscany/cpp/sca/samples/BigBank/bigbank.phpwsclient/README Wed 
Sep 20 14:13:07 2006
@@ -12,7 +12,7 @@
   A bootstrap script that shows a form and allows the user to press a button

   in order to invoke the bigaccount.php script

 

-bigaccout.php

+bigaccount.php

   Makes a call to a locally installed BigBank Accounts service. The script 

   shows how to use PHP SDO and SOAP extensions to construct the call 

   and interpret the result. 

@@ -24,7 +24,7 @@
 ------------

 

 This assumes that you have the BigBank sample runnig as a web service in your 
local

-Axis2C container at http://localhost:9090/axis2/services/BigBank

+Axis2C container at http://localhost:9090/axis2/services/AccountService

 

 To run the php scripts requires some configuration and setup of a php runtime 
with 

 the SDO and SimpleXML extensions enabled. The bits you will need are:




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to