Questions tagged [ws-addressing]

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

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

More Info

98 questions
29
votes
1 answer

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 I'm having a hard time understanding just what the point of WS-Addressing is. According to Wikipedia and various sources on the…
sleske
  • 81,358
  • 34
  • 189
  • 227
11
votes
1 answer

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 header to able to make a 'callback' when the process is done. We are using a contract-first approch with auto-generated code from svcutil (we…
Kim Rasmussen
  • 453
  • 1
  • 8
  • 21
11
votes
2 answers

SOAP WS-Addressing property with Wss4jSecurityInterceptor with Java

Hi I create code for consume SOAP service, For Authentication Header I used Wss4jSecurityInterceptor for set Header information. I am getting fail response like below Exception in thread "main"…
Piyush Ghediya
  • 1,754
  • 1
  • 14
  • 17
8
votes
3 answers

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 about how to exactly to set it up to use WS-Addressing. I've generated a client stub using wsdl2java, and I'm using the axis2.xml and…
elduff
  • 1,178
  • 3
  • 14
  • 22
8
votes
2 answers

What is the purpose of WS-Addressing?

I'm just confused with ws-addressing. Wikipedia says it is a specification of transport-neutral mechanisms that allow web services to "communicate addressing information". Communicate addressing information? Don't SOAP web services already have that…
Question Everything
  • 2,249
  • 4
  • 20
  • 24
6
votes
1 answer

@PayloadRoot vs @Action vs @SoapAction in Spring-WS

Could someone explain why I would use one of these endpoint annotations over the other in spring-ws? In particular, which one would be considered the most inclusive? Can I use all three? I've read the doc and I know that @Action uses ws-addressing…
AHungerArtist
  • 9,332
  • 17
  • 73
  • 109
6
votes
1 answer

What options are available to implement long polling in Delphi with SOAP?

I have a Delphi enterprise application that acts as a client for a Java backend (SOAP, Axis2). Some of my requests take an indeterminate or especially large amount of time to complete, and I would like to implement a long polling solution for SOAP…
stephenwebber
  • 633
  • 5
  • 16
5
votes
3 answers

Interesting issue with WCF wsHttpBinding through a Firewall

I have a web application deployed in an internet hosting provider. This web application consumes a WCF Service deployed at an IIS server located at my company’s application server, in order to have data access to the company’s database, the network…
Marko
  • 93
  • 2
  • 5
5
votes
1 answer

Apache CXF - WS addressing how to remove/delete ReplyTo from Headers

I'm trying to implement WS-Addressing with Apache CXF 2.7.18. I am able to set some headers like To, Action, etc.. but I want to remove/delete ReplyTo from SOAP request
afterbit
  • 383
  • 7
  • 20
4
votes
1 answer

svcutil support for WS-Addressing and WS-Policy

I'm using schema-first web service development approach by hand-coding WSDL/XSD and then feeding it to svcutil tool to generate .NET data and service contracts. I've tried to introduce WS-Addressing into my WSDL by including "UsingAddressing"…
Konstantin
  • 3,817
  • 4
  • 29
  • 39
4
votes
0 answers

How can I enable ws-addressing in spring so that replyTo is understood?

I created a ws endpoint with spring using spring-boot-starter-webservices. I have used @org.springframework.ws.server.endpoint.annotation.Endpoint.It works fine. But when I am trying to add the wsa:ReplyTo addressing header to the request with…
4
votes
1 answer

Creating a SOAP Header with WS-Addressing and WS-Security from scratch

I am sending out a SOAP message from a windows service to an http endpoint (regular aspx page that will just accept the whole SOAP envelope). The overall operation is async, the actual response comes back at a later time. The nature of the setup…
Carl
  • 406
  • 4
  • 17
4
votes
1 answer

Apache CXF - WS addressing how to set From, ReplyTo, Headers

I have a question: we are trying to implement WS-Addressing with Apache CXF. I am able to set some headers like To, or Action, but I don't find the way to set others like From, ReplyTo, or FaultTo. Does anybody know how to do it?
user517663
  • 101
  • 2
  • 4
4
votes
0 answers

How to add the axis mar files as a runtime library in a maven project using m2e in eclipse?

I have a Maven project in eclipse and I am using the eclipse m2e plugin to manage the Maven dependencies in eclipse. The m2e plugin is smart enough to let eclipse treat the maven dependencies as a eclipse library and hence I am able to launch and…
Gaurav Abbi
  • 645
  • 9
  • 23
4
votes
2 answers

How to specify ReplyTo EndpointReference in a JAX-WS client?

I want to use JAX-WS API to create a WS-Addressing enabled web service client. I used wsimport to create the client stub from the WSDL file, and can enable/disable WS-Addressing by using the AddressingFeature, e.g. Hello hello =…
Tommy Siu
  • 1,265
  • 2
  • 10
  • 24
1
2 3 4 5 6 7