[
https://issues.apache.org/jira/browse/CXF-2840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jimma resolved CXF-2840.
------------------------
Resolution: Fixed
> JAXWS2.2: Process the EPR in WSDL
> ---------------------------------
>
> Key: CXF-2840
> URL: https://issues.apache.org/jira/browse/CXF-2840
> Project: CXF
> Issue Type: Task
> Components: JAX-WS Runtime
> Reporter: jimma
> Assignee: jimma
> Fix For: 2.2.10
>
>
> 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>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.