Hi! I have created a SOAP Service and compiled it, but am not sure of in which directory to place it. Right now both the .java and .class files are placed in /jakarta-tomcat-4.1.12/webapps/soap/WEB-INF/classes/onjava/
I'm also wondering about the deployment descriptor. Mine looks like this: <isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment" id="urn:onjavaserver"> <isd:provider type="java" scope="Application" methods="add subtract"> <isd:java class="onjava.CalcService"/> </isd:provider> <isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultListener> </isd:service> As what should I save it and in which directory? Do I have to compile this code? If so, how? The same problem appears with the client, where should I save it? regards, Emma -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>