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

Reply via email to