olivier brand Wed, 10 Jul 2002 15:07:36 -0700
The SoapBindingStub created by the WSDL2Java contains an error on the QName: the following gets generated:
javax.xml.rpc.namespace.QName qName; It should be: javax.xml.namespace.QName qName; Olivier