Re: WSDL2Java Code will not compile

2007-03-02 Thread Anne Thomas Manes
Robert, Both your WSDL and imported schema have errors. The WSDL does not define its faults properly. The names specified in the binding must correspond to the names specified in the portType: The portType is defined as: But the binding is d

WSDL2Java Code will not compile

2007-03-02 Thread Robert Chilvers
Hi There; I have a WSDL that I am trying to generate code for in Axis1.4. The WSDL generates code, but the code will not compile. The WSDL was supplied to me by a third party. The error is the fact that the code generator is creating a class called SDD2Error_Element, but my implantation