[ 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.