You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Nicolas Moyere <nm...@calendra.com> on 2003/05/20 17:55:35 UTC

[PATCH] Fix WSDL2Java to use soap:header and soap:body namespaces

The attached file patch org.apache.axis.wsdl.toJava.JavaStubWriter.
The stubs generated by WSDL2Java were not taking the binding elements
soap:body and soap:header into account for the parameters namespaces

It should fix http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20054

The code was using the namespaces defined in the message parts instead
of those of the BindingInput and BindingOutput extension elements.

Thanks,
Nicolas