Top "Ws-addressing" questions

Web Services Addressing (WS-Addressing) is a specification of transport-neutral mechanism that allows web services to communicate addressing information.

How do I use WS-Addressing in WCF and set the wsa:replyto header?

I'm calling a BizTalk service using WCF. The service requires the wsa:replyto address to be set in the SOAP …

wcf c#-4.0 soap ws-addressing
How do I use WS-Addressing properly in an Axis2 client?

All, I'm attempting to write a Junit test that calls a Web Service client in Axis2.1.5, and I've gotten confused …

java axis2 ws-addressing
What is WS-Addressing good for?

I am just getting started with SOAP web services and stumbled across WS-Addressing. I have read the Wikipedia page, but …

web-services soap ws-addressing
How do I specify the WS-Addressing version with a JAX-WS client?

I generated a SOAP 1.2 web service client with wsimport (JDK 1.7). I need it to explicitly use WS-Addressing 2004/08 and not 2005/08. The …

java soap jax-ws ws-addressing
CXF Client and WS-Addressing attributes

I have a webservice that I'm trying to invoke with the following client-side code: import com.test.wsdl.CxfAdd; import …

java web-services cxf ws-addressing cxf-client