I need to use web service standard WS-Addressing to call a web service. How can I use it?

asked 21.02.2018 at 10:36

Alex%20Suter's gravatar image

Alex Suter ♦♦
3.1k122247
accept rate: 84%

edited 22.02.2018 at 16:09


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:

How to use the WSAddressingFeature:

link

answered 21.02.2018 at 10:42

Alex%20Suter's gravatar image

Alex Suter ♦♦
3.1k122247
accept rate: 84%

edited 22.02.2018 at 05:46

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×48
×8
×4

Asked: 21.02.2018 at 10:36

Seen: 2,400 times

Last updated: 22.02.2018 at 16:09