RE: Need Help on generating XSD document for RPC Web Service

2002-01-21 Thread Shashi Anand
21, 2002 11:14 PM To: [EMAIL PROTECTED] Subject: Need Help on generating XSD document for RPC Web Service I created a Web Service that has a SOAP interface and which uses RPC messaging. I am using Apache SOAP2.2 implementation and Tomcat to run the service. My service is just a simple class

Need Help on generating XSD document for RPC Web Service

2002-01-21 Thread Max Stolyarov
I created a Web Service that has a SOAP interface and which uses RPC messaging. I am using Apache SOAP2.2 implementation and Tomcat to run the service. My service is just a simple class registered as a web service, such as: public class myservice { public Hashtable send( MyMessage msg )