With ivy **7.1** there is a new web service call framework, namly CXF, available. You can configure the JAX-WS `javax.xml.ws.soap.AddressingFeature` or the CXF specific `org.apache.cxf.ws.addressing.WSAddressingFeature` in the feature section of the web service client editor.
We fully support *replyTo* *anonymous* *http://www.w3.org/2005/08/addressing/anonymous* mode. Asynchronous over multiple HTTP channels is not supported out of the box. In this case the so called *decoupledEndpoint* must be properly configured on the `HTTPClientPolicy`. Please inform us if you have real use case.
Good explainations how WS-Adressing works at all:
- [http://www.oracle.com/technetwork/testcontent/ws-addressing-intro-087619.html][4]
- [https://connectopensource.atlassian.net/wiki/plugins/servlet/mobile?contentId=8585530#content/view/8585530][3]
How to use the `WSAddressingFeature`:
- [http://cxf.apache.org/docs/ws-addressing.html][1]
- [http://ashakirin-cxf-async.blogspot.ch/2014/03/asynchronous-communication-with-http.html][2]
[1]: http://cxf.apache.org/docs/ws-addressing.html
[2]: http://ashakirin-cxf-async.blogspot.ch/2014/03/asynchronous-communication-with-http.html
[3]: https://connectopensource.atlassian.net/wiki/plugins/servlet/mobile?contentId=8585530#content/view/8585530
[4]: http://www.oracle.com/technetwork/testcontent/ws-addressing-intro-087619.html