soap header and body binding not independent
--------------------------------------------
Key: AXIS-1892
URL: http://issues.apache.org/jira/browse/AXIS-1892
Project: Axis
Type: Bug
Components: WSDL processing
Versions: 1.2RC1
Environment: J2SDK 1.4.2, Windows 2000
Reporter: Heiko Kuest
When in WSDL you define the binding for the soap header to be literal, the
binding for the soap body will automatically be literal too, even if it is
defined to be soap encoded.
The wsdl2java tool generates stub code with:
private static void _initOperationDesc1(){
...
oper.setUse(org.apache.axis.enum.Use.LITERAL);
...
}
if either soap header or soap body is defined to be literal.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira