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
- WSDL2Java question Mischa
- WSDL2Java question Mischa
- RE: WSDL2Java question Davinder Singh
- wsdl2java question anoop
- wsdl2java question anoop
- RE: wsdl2java question [EMAIL PROTECTED]
- 1.2 alpha and built in castor serialization Hainer Neil
- 1.2 alpha and built in castor serialization Keith Bohnenberger
- RE: 1.2 alpha and castor serialization Keith Bohnenberger
- RE: 1.2 alpha and castor serialization Craig Duncan
- RE: 1.2 alpha and castor serializ... Davanum Srinivas
- RE: 1.2 alpha and castor serializ... Keith Bohnenberger
- RE: 1.2 alpha and castor seri... Craig Duncan
- RE: 1.2 alpha and castor serializ... Keith Bohnenberger
- RE: 1.2 alpha and castor seri... Craig Duncan
- WSDL2Java question Dan Ciarniello