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 Sam Ruby <ru...@us.ibm.com> on 2001/07/02 20:15:03 UTC

Public xml-soap and xml-axis server to test with...

Note: I am not annoucing this publically yet (I may be taking the server up
and down frequently throughout the course of this week), but if people want
to play with the following:

Endpoints:
   http://nagoya.apache.org:5049/soap/servlet/rpcrouter
   http://nagoya.apache.org:5049/axis/servlet/AxisServlet

Each is running with the latest Xerces 1, Tomcat 4, and soap/axis
implementations (from cvs on Sunday) On each is deployed the bidbuy, echo
interop, and stockquote services.

Example usage:
   java samples.echo.TestClient -p 5049 -h nagoya.apache.org

Enjoy!

- Sam Ruby