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
0
votes
1 answer

Request to ASMX service with WS-Addressing

We have an ASMX web-service. I know, it's obsolete, but we have to keep it. So, I have a client-application that sends request (with WS-Addressing headers) to the method of this service: someASMX.someSoapClient client = new…
retif
  • 1,495
  • 1
  • 22
  • 40
0
votes
1 answer

Ws-Addressing feature in Mule ESB

I'm building a middleware based on Mule ESB, implementing Asyncronous Web Services. I have a client who sends Soap requests to my ESB endpoint implemented with CXF Jax-ws service with WS-Addressing feature enabled, via SoapUI. I send the response…
DiegoS
  • 816
  • 1
  • 10
  • 26
0
votes
2 answers

How can I control the URI of a service method?

I'm trying to create a WCF client to send XML messages to a CGI script. The script functions in a request-response pattern, where the contents of the XML message will determine the action to invoke. I've starting by creating a service contract to…
Paul Turner
  • 38,949
  • 15
  • 102
  • 166
0
votes
1 answer

Spring - MessageAddressingHeaderRequired

I am sending this request to my web service (spring-boot 1.2.3):
Will I Am
  • 2,614
  • 3
  • 35
  • 61
0
votes
1 answer

SOAP and WS-Addressing in a SPRAY route

I would like to implement an API in Spray (Scala), that allows me to process a simple SOAP request. The request is a POST with a WS-Addressing payload. Although I can get the XML document, and I am aware of the existence of…
Will I Am
  • 2,614
  • 3
  • 35
  • 61
0
votes
1 answer

Need to set replyTo address in apache camel cxf

I need to call asynchronous web service from my apache camel. for that i need to pass replyTo Address in header from my camel-cxf.xml, when i call end system. If i pass this as a header from SOAP UI, it work fine for me and end system send me reply…
kamesh
  • 41
  • 7
0
votes
1 answer

How to add ws-security in SoapUI JAX-WS generated code

I create a project in SoapUi from a WSDL where the request must have ws-addressing and ws-security. The question is where I have to configure SoapUI to add ws-security and ws-addressing so the generator takes that values and include in the Java…
emmanuel sio
  • 1,935
  • 3
  • 24
  • 26
0
votes
1 answer

SOAP & WS-Addressing using gsoap

For a project i need to use a WCF service (not created by me). I had created the appropriate classes using the gSoap toolkit and everything was working great! That was until the developer of the service decided to update it and require…
stavrop
  • 465
  • 2
  • 8
  • 20
0
votes
1 answer

CXF WS-Addressing with Decoupled Endpoint but without Jetty

Is it possible to use WS-Addressing with Decoupled Endpoint but without using Jetty, simply using the ServletDestination ? I'm getting the following exception and my SOAP header contains anynomous replyTo address: 2014-05-26 17:20:35,733 ERROR…
Mektoub
  • 116
  • 11
0
votes
1 answer

Can the Action and ReplyAction property of OperationContractAttribute be the same?

I want to customise the Action and ReplyAction properties of the OperationContractAttributes that I have on my data contract types in my WCF services. I have some logic in an ESB that will read incoming messages and route them accordingly based on…
sheikhjabootie
  • 7,308
  • 2
  • 35
  • 41
0
votes
1 answer

The 'Action', 'http://www.w3.org/2005/08/addressing' required message part was not signed

I am accessing an external java-based web service I have no control over from a WCF client, using dual certificates for encryption and signature as well as custom binding. I am getting a successful response from the server but WCF is throwing a…
0
votes
0 answers

Why it is said WS-Addressing is not for HTTP?

In many places, read WS-Addressing is not built for HTTP? HTTP don't need asynchronous communication? What if A sends request to B and want B reply to C? Like: What is WS-Addressing good for? the reply said "But wait... HTTP connection? Why should…
Tank
  • 43
  • 1
  • 5
0
votes
1 answer

Signing All headers including Elements ReplyTo, To, MessageId and Action With Apache Axis2 and Rampart

I need to sign WS-Addressing elements in my soap message. Is it possible with apache axis2 ws-addresing and rampart? I've found this example - sample2 http://axis.apache.org/axis2/java/rampart/samples.html. But ws-addressing elements are not…
tomde
  • 103
  • 6
0
votes
2 answers

WSO2: Address Endpoint seems to overwrite wsa:To WS-Addressing property

Forwarding a SOAP message from WSO2ESB via another ESB to a backend web-service does not seem possible, because the original wsa:To value is modified to the URL of the intermediate ESB. The following configuration shows this behavior:
Erno Marks
  • 91
  • 1
  • 5
0
votes
1 answer

Specify parts of the header that have to be signed and/or encrypted in WCF with binding that support standards

Using Ws2007HttpBinding and securing the service, the WSDL file generated shows in the policy section that all the ws-addressing headers and the body will be signed, and that the body will be encrypted.
Philippe
  • 3,945
  • 3
  • 38
  • 56