You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2004/10/11 05:46:32 UTC

cvs commit: ws-axis/c/tests/auto_build Readme.txt

damitha     2004/10/10 20:46:32

  Modified:    c/tests/auto_build Readme.txt
  Log:
  Some improvement
  
  Revision  Changes    Path
  1.7       +3 -3      ws-axis/c/tests/auto_build/Readme.txt
  
  Index: Readme.txt
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/Readme.txt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Readme.txt	27 Sep 2004 12:53:01 -0000	1.6
  +++ Readme.txt	11 Oct 2004 03:46:32 -0000	1.7
  @@ -97,11 +97,11 @@
   1. Put the wsdl you hope to test in
      testcases/wsdls
   
  -2. Create the c/cpp file which has the name of the port type name of the wsdl
  -   and implement your service
  +2. Create the c/cpp file which has the name of the port name of the wsdl
  +   and implement your service. Put this file in testcases/server/c[pp]
   
   3. Write the c/cpp file containing your main method of access and put
  -   it in $AXISCPP_HOME/tests/auto-build/testcases/client/cpp
  +   it in testcases/client/c[pp]
       NOTES: Each client cpp file must have the same basename as the 
       WSDL  file plus Client.
       Example: SimpleTypeArray.wsdl -> SimpleTypeArrayClient.c[pp]