You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2007/02/16 11:56:45 UTC

svn commit: r508364 - in /incubator/tuscany/cpp/sca/samples: CppBigBank/Makefile.am CppBigBank/README CppBigBank/README.html CppBigBank/bigbank.wsclient/ CppBigBank/deploywsclient.bat configure.ac

Author: robbinspg
Date: Fri Feb 16 02:56:44 2007
New Revision: 508364

URL: http://svn.apache.org/viewvc?view=rev&rev=508364
Log:
Remove Axis2c client to CppBigBank

Removed:
    incubator/tuscany/cpp/sca/samples/CppBigBank/bigbank.wsclient/
    incubator/tuscany/cpp/sca/samples/CppBigBank/deploywsclient.bat
Modified:
    incubator/tuscany/cpp/sca/samples/CppBigBank/Makefile.am
    incubator/tuscany/cpp/sca/samples/CppBigBank/README
    incubator/tuscany/cpp/sca/samples/CppBigBank/README.html
    incubator/tuscany/cpp/sca/samples/configure.ac

Modified: incubator/tuscany/cpp/sca/samples/CppBigBank/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/CppBigBank/Makefile.am?view=diff&rev=508364&r1=508363&r2=508364
==============================================================================
--- incubator/tuscany/cpp/sca/samples/CppBigBank/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/samples/CppBigBank/Makefile.am Fri Feb 16 02:56:44 2007
@@ -16,6 +16,6 @@
 #  under the License.
 
 deploydir=$(prefix)/samples/CppBigBank/deploy
-SUBDIRS = bigbank.account bigbank.client bigbank.wsclient bigbank.phpwsclient
+SUBDIRS = bigbank.account bigbank.client bigbank.phpwsclient
 EXTRA_DIST = *.composite README.html
 deploy_DATA = *.composite

Modified: incubator/tuscany/cpp/sca/samples/CppBigBank/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/CppBigBank/README?view=diff&rev=508364&r1=508363&r2=508364
==============================================================================
--- incubator/tuscany/cpp/sca/samples/CppBigBank/README (original)
+++ incubator/tuscany/cpp/sca/samples/CppBigBank/README Fri Feb 16 02:56:44 2007
@@ -7,16 +7,13 @@
 external Web Service via a reference, exposes the service as a Web Service 
 and also provides a PHP based client.
 
-There are four sub projects in this workspace:
+There are three sub projects in this workspace:
     - bigbank.account
       This contains the source code and SCDL artifacts for the SCA BigBank 
       composite implementing the account services.
 
     - bigbank.client
       A sample client which does a local call to the BigBank service.
-
-    - bigbank.wsclient
-      A sample Axis2 Web Service client which calls the BigBank Web service.
 
     - bigbank.phpclient
       A sample PHP client which calls the BigBank Web service and then 

Modified: incubator/tuscany/cpp/sca/samples/CppBigBank/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/CppBigBank/README.html?view=diff&rev=508364&r1=508363&r2=508364
==============================================================================
--- incubator/tuscany/cpp/sca/samples/CppBigBank/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/CppBigBank/README.html Fri Feb 16 02:56:44 2007
@@ -45,7 +45,7 @@
             This sample uses multiple C++ components, calls out to an external Web Service via a reference, 
             exposes the service as a Web Service and also provides a PHP based client.
          </P>
-         <P>There are four sub projects in this workspace:</P>
+         <P>There are three sub projects in this workspace:</P>
          <UL>
             <LI>bigbank.account<BR/>
                 This contains the source code and SCDL artifacts for the SCA BigBank 
@@ -54,9 +54,6 @@
             <LI>bigbank.client<BR/>
                 A sample client which does a local call to the BigBank service.
             </LI>
-            <LI>bigbank.wsclient<BR/>
-                A sample Axis2 Web Service client which calls the BigBank Web service.
-            </LI>
             <LI>bigbank.phpclient<BR/>
                 A sample PHP client which calls the BigBank Web service and then deconstructs 
                 and displays the result by using the 
@@ -89,14 +86,12 @@
             <LI><A HREF="#linuxrun">Running the C++ BigBank sample on Linux:</A></LI>
                <UL>
                   <LI><A HREF="#linuxbasic">Running the basic client</A></LI>
-                  <LI><A HREF="#linuxws">Running the Web Service client</A></LI>
                   <LI><A HREF="#linuxphp">Installing and running the PHP web client</A></LI>
                </UL>
             <LI><A HREF="#winbld">Building the C++ BigBank sample on Windows</A></LI>
             <LI><A HREF="#winrun">Running the C++ BigBank sample on Windows:</A></LI>
                <UL>
                   <LI><A HREF="#winbasic">Running the basic client</A></LI>
-                  <LI><A HREF="#winws">Running the Web Service client</A></LI>
                   <LI><A HREF="#winphp">Installing and running the PHP web client</A></LI>
                </UL>
             <LI><A HREF="#help">Getting help</A></LI>
@@ -146,37 +141,6 @@
                 </UL>
              </LI>
          </OL>                                                  
-         <A NAME="linuxws"><H3>BigBank with Web Service client</H3></A>
-         <OL>
-             <LI>Ensure you have enabled Axis2C to run Tuscany SCA services. Follow the instructions 
-                 found <A HREF="../../doc/Axis2CWSService.html">here</A>.
-             </LI>
-             <LI>Start the Axis2C simple http server:
-                <OL>
-                   <LI>The following environment variables are required:                                 
-                      <UL>
-                        <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
-                        <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
-                      </UL>
-                   </LI>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/CppBigBank/deploy/bigbank.account
-                   </LI>
-                   <LI>./runwsserver.sh</LI>
-                </OL>
-             </LI>
-             <LI>Run the client:
-                <OL>
-                   <LI>The following environment variable is required:                                 
-                      <UL>
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
-                      </UL>
-                   </LI>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/CppBigBank/deploy/bigbank.wsclient</LI>
-                   <LI>./runwsclient.sh</LI>
-                </OL>
-             </LI>
-         </OL>                                                  
         <A NAME="linuxphp"><H3>BigBank with PHP web client</H3></A>
           <OL>
              <LI>Ensure you have enabled Axis2C to run Tuscany SCA services. Follow the instructions 
@@ -272,37 +236,6 @@
                    <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\CppBigBank\deploy\bigbank.client</LI>
                    <LI>runclient.bat</LI>
                 </UL>
-             </LI>
-         </OL>                                                  
-         <A NAME="winws"><H3>BigBank with Web Service client</H3></A>
-         <OL>
-             <LI>Ensure you have enabled Axis2C to run Tuscany SCA services. Follow the instructions 
-                 found <A HREF="../../doc/Axis2CWSService.html">here</A>.
-             </LI>
-             <LI>Start the Axis2C simple http server:
-                <OL>
-                   <LI>The following environment variables are required:                                 
-                      <UL>
-                        <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
-                        <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
-                      </UL>
-                   </LI>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\CppBigBank\deploy\bigbank.account
-                   </LI>
-                   <LI>runwsserver.bat</LI>
-                </OL>
-             </LI>
-             <LI>Run the client:
-                <OL>
-                   <LI>The following environment variable is required:                                 
-                      <UL>
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
-                      </UL>
-                   </LI>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\CppBigBank\deploy\bigbank.wsclient</LI>
-                   <LI>runwsclient.bat</LI>
-                </OL>
              </LI>
          </OL>                                                  
         <A NAME="winphp"><H3>BigBank with PHP web client</H3></A>

Modified: incubator/tuscany/cpp/sca/samples/configure.ac
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/configure.ac?view=diff&rev=508364&r1=508363&r2=508364
==============================================================================
--- incubator/tuscany/cpp/sca/samples/configure.ac (original)
+++ incubator/tuscany/cpp/sca/samples/configure.ac Fri Feb 16 02:56:44 2007
@@ -218,7 +218,6 @@
                  CppBigBank/Makefile
                  CppBigBank/bigbank.account/Makefile
                  CppBigBank/bigbank.client/Makefile
-                 CppBigBank/bigbank.wsclient/Makefile
                  CppBigBank/bigbank.phpwsclient/Makefile
                  RubyBigBank/Makefile
                  RubyBigBank/bigbank.account/Makefile



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