Hello all, I notice that in DeploymentDescriptor.xml, there is this entry:
<isd:java class="com.myClass" static="false"/> and I've already tried successfully that I can set the methods inside SOAP Server class to be static. Are there any rule of thumbs when I should use static methods for SOAP Server classes, and when I should use non-static? What are the benefits of each approach? Is multi-threading issue would be relevant? Thank you very much in advance. -- Best regards, dion mailto:[EMAIL PROTECTED]
