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

JAX-WS - Adding SOAP Headers in JBoss

I would like to set/get SOAP Headers (specifically wsa:ReplyTo and wsa:MessageId) in my Asynchronouse Webservice running on JBoss. Since, this is a JBoss platform, I cannot use com.sun.xml.ws.developer.WSBindingProvider (as recommended in JAX-WS -…
Aleš
  • 8,896
  • 8
  • 62
  • 107
0
votes
2 answers

JBossWS doesn't recognize WS-A header

I have a web-service stub implemented with JAX-WS and deployed on JBossAS 7. Here is a source code: package org.mycompany.adapters.ws; import javax.jws.WebMethod; import javax.jws.WebService; import…
vect
  • 645
  • 8
  • 16
0
votes
0 answers

PHP implementation of SOAP ws-addressing and ws-security

I tried to call in PHP a SOAP webservice implemented in .Net using severals "extensions" like ws-security and ws-addressing. I used wsf/php (wso2), based on rampart and axis2, and I did not succed. We asked another dev team which had developped…
Cédric Girard
  • 3,358
  • 7
  • 37
  • 52
0
votes
2 answers

WCF with ws-address: creating bare parameters

I'm trying to create a WCF SOAP service that has a service method that accepts bare parameters in the body but I just cant make it happen. At the moment, the method name element is being created under the body. I'm trying to use ws-addressing so…
webber
  • 1,834
  • 5
  • 24
  • 56
0
votes
1 answer

How can I write an asynchronous WCF service and client that makes use of WS-Addressing?

The Wikipedia page for WS-Addressing states: WS-Addressing supports the use of asynchronous interactions by specifying a common SOAP header (wsa:ReplyTo) that contains the endpoint reference I have a simple WCF service that I'm exposing via SOAP.…
Greg B
  • 14,597
  • 18
  • 87
  • 141
0
votes
1 answer

javax.xml.ws.WebServiceException on jaxws client with ws-addressing feature

I've got the gollowing problem in invoking a web service with jaxws client, running in Tomcat the code is as follow: javax.xml.namespace.QName portQname = new javax.xml.namespace.QName("urn:hl7-org:v3","PRPA_AR201302UV02_Service"); …
0
votes
1 answer

How to influence the reponse ws-addressing action element?

it seems that my response from a cxf implemented webservice contains a urn://...dummy.../WebserviceResponse Is there a way i can remove the urn and only keep the /WebserviceResponse or…
Marco
  • 15,101
  • 33
  • 107
  • 174
-2
votes
1 answer

WS Addressing

What is WS Adressing? Thanks Sekar
sekar
1 2 3 4 5 6
7