Underlying protocol property missing from SOAP Binding Extension in WSDL
Component Model Output from Ant Task
-------------------------------------------------------------------------------------------------------------
Key: WODEN-66
URL: http://issues.apache.org/jira/browse/WODEN-66
Project: Woden
Issue Type: Bug
Components: Parser
Reporter: Arthur Ryman
Assigned To: Arthur Ryman
In the W3C Test Suite, the message/good/InOut-1G [1] wsdl file contains:
<binding interface="tns:pingServiceInterface"
type="http://www.w3.org/2006/01/wsdl/soap"
name="pingServiceSOAPBinding"
wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP">
<operation ref="tns:ping" />
</binding>
but the component model output omits the wsoap:protocol value:
<bindingComponent xml:id='id-429178542'>
<name>
<cmbase:namespaceName>http://www.wso2.com/wsdl/2006/interop/pingService</cmbase:namespaceName>
<cmbase:localName>pingServiceSOAPBinding</cmbase:localName>
</name>
<interface ref='id-1239334573'/>
<type>http://www.w3.org/2006/01/wsdl/soap</type>
<bindingOperations>
<bindingOperationComponent xml:id='id-513654446'>
<interfaceOperation ref='id-1660239534'/>
<cmbase:parent ref='id-429178542'/>
<cmsoap:soapBindingOperationExtension>
</cmsoap:soapBindingOperationExtension>
</bindingOperationComponent>
</bindingOperations>
<cmsoap:soapBindingExtension>
</cmsoap:soapBindingExtension>
</bindingComponent>
[1]
http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/messages/good/InOut-1G/
--
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]