The 1.2 alpha release does not seem to have the org.apache.axis.encoding.ser.castor.* classes in it. Am I missing something or is that intentional? I downloaded the 1.2 alpha release from http://www.apache.org/dist/ws/axis/1_2alpha
Thanks keith -----Original Message----- From: Hainer Neil [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 4:48 PM To: [EMAIL PROTECTED] Subject: WSDL2Java Question 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