Hi,

If I have generated a WSDL file from the source file myjava.class and Java2WSDL utility, then use that as input to WSDL2Java:

1.  Are these the correct files to deploy under my webserver?

MyJava.class                                         |
MyjavaSoapBindingImpl.class               |    ------ All generated from WSDL2Java
MyjavaSoapBindingSkeleton.class        |


2.  I noticed that the source MyjavaSoapBindingImpl.java contains my public method - but only the basic structure, not the details of the method.  
     Is this the way it works?  Am I supposed to cut and paste in the actual code that comprises the method?

3.  Is there any reason to deploy my original class myjava.


TIA,

Neil

Reply via email to