AxisService2WSDL11 generates soap12 header in soap11 binding
------------------------------------------------------------

                 Key: AXIS2-4236
                 URL: https://issues.apache.org/jira/browse/AXIS2-4236
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: kernel
    Affects Versions: 1.4.1
         Environment: Apache Tomcat/6.0.16, Axis2 1.4.1
            Reporter: Mike
            Priority: Minor


Method generateSoap11Binding in class 
org.apache.axis2.description.AxisService2WSDL11 contains a faulty method call 
on line 833  (the trunk version) 

> writeSoapHeaders(inaxisMessage, fac, input, soap12);

Thus an errorneous wsdl gets produced with a binding like this:

<wsdl:input>
  <soap:body use="literal"/>
  <soap12:header use="literal" part="header" message="ns:test"/>
</wsdl:input>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to