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 "Mike (JIRA)" <ji...@apache.org> on 2009/02/10 09:01:00 UTC

[jira] Created: (AXIS2-4236) AxisService2WSDL11 generates soap12 header in soap11 binding

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.


[jira] Assigned: (AXIS2-4236) AxisService2WSDL11 generates soap12 header in soap11 binding

Posted by "Keith Godwin Chapman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Godwin Chapman reassigned AXIS2-4236:
-------------------------------------------

    Assignee: Keith Godwin Chapman

> 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.5.1, 1.5, 1.4.1
>         Environment: Apache Tomcat/6.0.16
>            Reporter: Mike
>            Assignee: Keith Godwin Chapman
>            Priority: Minor
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> 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.


[jira] Updated: (AXIS2-4236) AxisService2WSDL11 generates soap12 header in soap11 binding

Posted by "Mike (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike updated AXIS2-4236:
------------------------

          Environment: Apache Tomcat/6.0.16  (was: Apache Tomcat/6.0.16, Axis2 1.4.1)
    Affects Version/s: 1.5.1
                       1.5

> 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.5.1, 1.5, 1.4.1
>         Environment: Apache Tomcat/6.0.16
>            Reporter: Mike
>            Priority: Minor
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> 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.