Hello,

how can I make wsdl2java to emit (I need SOAP 1.2 for fault sub codes):

        
_call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP12_CONSTANTS);

instead of

        
_call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);

This happens in the binding stubs that wsdl2java generates. I can of course 
change SOAP11_CONSTANTS to SOAP12_CONSTANTS manually, but those changes will 
get overwritten when my Ant build script invokes wsdl2java.

Jyrki

Reply via email to