Hi,
why does the
wsdl2java generate SOAP 1.1 version of my code and how can I make it generate
SOAP 1.2 version?
As can be seen
everywhere in the stubs of the client and server it has generated them with the
follwing code:
_call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
_call.setEncodingStyle(org.apache.axis.Constants.URI_SOAP11_ENC);
_call.setEncodingStyle(org.apache.axis.Constants.URI_SOAP11_ENC);
I know there are
SOAP12_CONSTANTS and URI_SOAP12_ENC which should be used
instead.
Best
regards,
Thony
Lundin
