Hi, I've noticed that the latest WSDL2Java code generates different classes from that in the Axis 1.0 release.
An example: One of the WSIF testcases uses the interop wsdl found at http://www.whitemesa.net/wsdl/interopdoc.wsdl Running WSDL2Java with the -W flag, against this wsdl, generates the following classes using the latest code: ArrayOfSimpleDocument.java ChildDocument.java ComplexDocument.java Doc_TestPortType.java Doc_test_bindingStub.java InteropDocSvc.java InteropDocSvcLocator.java SimpleDocument.java SingleTag.java _ComplexDocument.java _ComplexDocumentResponse.java _SimpleDocument.java _SimpleDocumentResponse.java _SingleTag.java _SingleTagResponse.java whereas using Axis 1.0 it generates: ArrayOfSimpleDocument.java ChildDocument.java ComplexDocumentResponse.java ComplexDocument_ElemType.java ComplexDocument_Type.java Doc_TestPortType.java Doc_Test_BindingStub.java InteropDocSvc.java InteropDocSvcLocator.java SimpleDocumentResponse.java SimpleDocument_ElemType.java SimpleDocument_Type.java SingleTagResponse.java SingleTag_ElemType.java SingleTag_Type.java Can anyone give a summary of how the latest code establishes the class names and how this differs from 1.0? Thanks, Owen
