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 "Heiko Kuest (JIRA)" <ax...@ws.apache.org> on 2005/03/21 14:39:20 UTC

[jira] Created: (AXIS-1892) soap header and body binding not independent

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