Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When the wsdl port is extended with an EPR, the EPR for the client should process the extension in wsdl :
<port name="Test1Port" binding="tns:Test1Binding">
<soap:address location="http://foo:9999/bar"/>
<wsa:EndpointReference
xmlns:wsa="http://www.w3.org/2005/08/addressing"
xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"
xmlns:tns="http://eprinwsdltestservice.org/wsdl">
<wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>
<wsa:ReferenceParameters>
<myns1:MyParam1 xmlns:myns1="http://eprinwsdltestservice.org/myns1">Hello</myns1:MyParam1>
<myns2:MyParam2 xmlns:myns2="http://eprinwsdltestservice.org/myns2">There</myns2:MyParam2>
</wsa:ReferenceParameters>
<wsa:Metadata>
<wsam:ServiceName EndpointName="Test1Port">tns:EPRInWsdlTestService</wsam:ServiceName>
<wsam:InterfaceName>tns:Test1</wsam:InterfaceName>
</wsa:Metadata>
</wsa:EndpointReference>
</port>