butek 02/04/19 13:30:44 Modified: java/samples/attachments README Added: java/samples/bidbuy readme java/samples/echo readme Log: Added a couple readme sample files. Updated attachment/readme. Revision Changes Path 1.4 +3 -3 xml-axis/java/samples/attachments/README Index: README =================================================================== RCS file: /home/cvs/xml-axis/java/samples/attachments/README,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- README 19 Apr 2002 18:12:23 -0000 1.3 +++ README 19 Apr 2002 20:30:44 -0000 1.4 @@ -11,9 +11,9 @@ containing the samples subdirectory. 2. Start a server. - To run the sample, you will first need to run a server. To run a very - simple server you could run, in a separate window: - java org.apache.axis.transport.http.SimpleAxisServer -p 8080 + You must have a server running (ie., Tomcat) with the AXIS samples + available to it. For this test, the AXIS SimplAxisServer is not enough. + See the documentation for your server for details. 3. Deploy the sample. To deploy the sample, run: 1.1 xml-axis/java/samples/bidbuy/readme Index: readme =================================================================== To run the bidbuy sample, you must do the following: 1. Set up your CLASSPATH. 2. Start a server. 3. Deploy the service. 4. Run the sample. 1. Set up your CLASSPATH. The CLASSPATH must contain: an XML parser (ie., Xerces), JUnit (www.junit.org), all the jars in the lib directory, and the directory containing the samples subdirectory. 2. Start a server. To run the sample, you will first need to run a server. To run a very simple server you could run, in a separate window: java org.apache.axis.transport.http.SimpleAxisServer -p 8080 3. Deploy the sample. To deploy the sample, run: java org.apache.axis.client.AdminClient deploy.wsdd 4. Run the sample. Finally, to run the client, run: java samples.bidbuy.TestClient 1.1 xml-axis/java/samples/echo/readme Index: readme =================================================================== To run the echo sample, you must do the following: 1. Set up your CLASSPATH. 2. Start a server. 3. Deploy the service. 4. Run the sample. 1. Set up your CLASSPATH. The CLASSPATH must contain: an XML parser (ie., Xerces), JUnit (www.junit.org), all the jars in the lib directory, and the directory containing the samples subdirectory. 2. Start a server. To run the sample, you will first need to run a server. To run a very simple server you could run, in a separate window: java org.apache.axis.transport.http.SimpleAxisServer -p 8080 3. Deploy the sample. To deploy the sample, run: java org.apache.axis.client.AdminClient deploy.wsdd 4. Run the sample. Finally, to run the client, run: java samples.echo.TestClient InteropTest.wsdl is the WSDL file that was used to create the implementation template that became InteropTestSoapBindingImpl.java.