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
1
vote
2 answers

gsoap - WS-Addressing elements in the SOAP Header

I need to add WS Addressing in my Soap header (I am using the gsoap framework). Is there a way to add that automatically? I looked up gsoap documentation but didnt find any info on that. So right now I have manually added the WS-Addressing to my…
Happy-Go-Lucky
1
vote
0 answers

How to read WS-Addressing headers from SOAP message?

I'm developing a contract-first SOAP web service in Spring Boot according to an externally provided WSDL file, and generating POJOs and endpoint interfaces from that WSDL by using this Gradle wsdl2java plugin. The service is up and running and able…
kjerins
  • 403
  • 1
  • 4
  • 19
1
vote
1 answer

WCF rejects messages with additional signed elements

We have a WCF 4.0 service over https that allows the client to sign the message to identify themselves. We can then use the cert to give the client the proper rights on the back end. This works fine when a WCF 4.0 client sends the request, but when…
Shawn Hubbard
  • 932
  • 10
  • 23
1
vote
1 answer

Asynchronous JAX-WS webservice using apache CXF and WS-Adressing, property JAXWSProperties.INBOUND_HEADER_LIST_PROPERTY not initiated

I've problem with initiation of JAXWSProperties in MessageContext of example webservice described on following blog There is the helper class initiating HeaderList object in getHeaders() method: import com.sun.xml.internal.ws.api.SOAPVersion; import…
Marek-A-
  • 474
  • 12
  • 29
1
vote
0 answers

calling api added as web reference with wsSecurity and WS-Addressing

I have to consume client API with WsSecurity(WSS) and WS-Addressing(WSA). while i am consuming API in my app.config endpoint configured like bellow. i have added it as web reference.
sachin
  • 23
  • 6
1
vote
1 answer

JAX WS async client: capture WS-Addressing 202 accepted

I have to invoke several webservices using WS-Addressing. When invoking a webservice, the ReplyTo is set to a callback endpoint implemented by me. The client is generated from the target WSDL using async…
sergiofbsilva
  • 1,606
  • 15
  • 20
1
vote
2 answers

Multiple Protection Levels does not work in WCF

I am facing a problem in the security part of WCF. The problem is: Partial encryption is not working for the message payload. It either encrypts the payload completely or keeps unencrypted the whole payload when I change the ProtectionLevel at the…
1
vote
1 answer

WSO2 API Manager (WSO2-AM) and Web services addressing (WS-A )

I've a SOAP web services hosted in a Weblogic Server that uses Web service addressing (WS-A). I'm trying to publish it using WSO2 API Manager. The original request has a complete SOAP header including an Action and MessageID:
1
vote
1 answer

wso2esb how to validate addressing headers

I want to validate that the request url match exactly the addressing header To. is it possible to do that in a class Mediator? how can I get the endpoint url of the proxy service?
Spyna
  • 490
  • 3
  • 12
1
vote
1 answer

Remove Action (mustUnderstand) from client request

I have a remote endpoint not under my control for which I have no WSDL but I have samples of SOAP messages. Since I really do not want to be playing with scissors and making soap envelopes by hand, my idea was to create service/data contracts that…
mmix
  • 6,057
  • 3
  • 39
  • 65
1
vote
0 answers

CXF 2.7.12's WSDL2Java does not generate @Addressing annotation

I'm building client proxies with WSDL2Java. The web service I'm querying needs WSA policy enforced as stated in the WSDL. Here is how I generate the code (Ant task)
usr-local-ΕΨΗΕΛΩΝ
  • 26,101
  • 30
  • 154
  • 305
1
vote
1 answer

How to add wsa reference parameters to cxf client call?

I understand how to simply add the "standard" ws addressing headers to a cxf client call: JaxWsProxyFactoryBean factory = ...; factory.getFeatures().add(new WSAddressingFeature()); But I don't understand exactly how I could add wsa reference…
soilworker
  • 1,317
  • 1
  • 15
  • 32
1
vote
1 answer

WCF Service Trace shows UriFormatException

I'm trying to make a WCF service that will be consumed by other parties by passing a SOAP request to the service. The client requires me to handle a set of FaultExceptions that could happen during the interaction. This includes that if the client…
Abollo
  • 66
  • 7
1
vote
0 answers

WCF, WS-Addressing and autogenerated service for receiving answers

I'm going to consume a 3-rd party Web Service which uses WS-Addressing for sending asynchronous replies to the requests.The schemas are rather complicated and creating a service from scratch for receiving answers can take a lot of time. So I am…
Ronnix
  • 310
  • 4
  • 12
1
vote
0 answers

wso2 bps asynchronous invokation with ws-addressing

I'm trying to develop with wso2 bps a bpel sequence which calls a jax-ws web asynchronous web service. wso2 seems to receive the callback from the service, but it is unable to link it with the original request, which at the end receives a fault…
mede
  • 81
  • 6