Hello everybody, I am still quite new in this SOAP Apache environment so that I have several beginner questions : - Where actually does the SOAP package store its service list as we can see through the admin page ? It seems it must be stored somewhere as a persistent data (as a file) - From the source code I found that the list is stored as "myconfig.xml" but I could not find it. Is it hidden ? - When I wish to set up several new SOAP services, muss I keep the whole org.apache.soap...classes in my new server side SOAP package ? Can I make a separate services in another package ? - It seems that the package name must be always "soap.war" because I tried with another name, it failed. Is it correct ? I didn't even configure the server.xml in Tomcat but all SOAP.war examples are running.
I am using Tomcat 4.0.3 plus JBoss 3.0.0 framework in a single huge module. I am using a WAR to deploy a web application and the Tomcat+JBoss automatically takes care of SOAP.war to be deployed. From the docs, it is mentioned that I could simply copy the WAR file into the Tomcat deployment directory and all SOAP examples can be accessed (after deploying the corresponding DeploymentDescriptor.xml). Thank you for any hints and helps. Regards, Agustinus Tedja InfoDesign-OSD -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>