[ https://issues.apache.org/jira/browse/AXIS2-4938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andreas Veithen updated AXIS2-4938: ----------------------------------- Fix Version/s: 1.7.0 1.6.1 > JAX-WS 2.2 CTS - BindingProvider.getEndpointReference should put reference > parameters from WSDL in returned EPR > --------------------------------------------------------------------------------------------------------------- > > Key: AXIS2-4938 > URL: https://issues.apache.org/jira/browse/AXIS2-4938 > Project: Axis2 > Issue Type: Bug > Components: Addressing > Reporter: Katherine Sanders > Assignee: Jeff Barrett > Fix For: 1.6.1, 1.7.0 > > Attachments: AXIS2-4938.patch > > > One of the CTS tests for JAX-WS 2.2 calls > BindingProvider.getEndpointReference when the associated WSDL has reference > parameters in the EPR for the port. The test replaces the values of the > reference parameters with different values, calls Service.getPort with that > EPR, and then checks the values of the reference parameters in the request > message to make sure the new values are used. > The test is currently failing because BindingProvider.getEndpointReference > does not use the reference parameters in the WSDL, and the test code to > replace the values doesn't work because the reference parameters don't > already exist. There is code in AddressingOutHandler that uses the reference > parameters from the WSDL though, so they are sent in the request with the > values from the WSDL instead of the new values from the test code. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org