Tagged Questions
The ws-addressing tag has no wiki summary.
4
votes
3answers
4k views
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 ...
3
votes
1answer
265 views
@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 ...
2
votes
1answer
97 views
WS-Addressing ReplyTo for callbacks in asynchronous bpel-processes
I have an asynchronous bpel-processes that invokes a cllback-service on the client to transmit its response. At the moment, I statically defined the client's endpoint in the corresponding wsdl-file ...
2
votes
1answer
203 views
How do I use WS-* Standards with Delphi 2010
Web Service requirements are specified in documents.
WS-Security 1.1
WS-Trust 1.3
WS-SecurityPolicy 1.2
Can I use Delphi 2010 and this web service or
Can I create a dll with any other native ...
2
votes
1answer
3k views
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 ...
1
vote
1answer
105 views
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.
...
1
vote
0answers
38 views
Apache CXF and WS-A properties
Can anyone please tell me how to resolve this warning message I am receiving?
WARN 13 Oct 2011 15:23:46,024 ContextUtils - WS-Addressing - failed to retrieve Message Addressing Properties from ...
1
vote
1answer
81 views
Create WCF addressing headers for reply message
I have a generic service with this interface
[OeprationContract(Action="*", ReplyAction="*")]
Message ProcessMessage(Message message);
In the implementation, I have to set up the headers of the ...
1
vote
1answer
523 views
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 ...
1
vote
2answers
1k views
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 ...
1
vote
2answers
217 views
WS Addressing and Multiple “ReplyTo”
Please any one clarify me WS Addressing in WCF does support the multiple ReplyTo or not?.
1
vote
1answer
184 views
Asynchronus Web service using WS Addressing
I need to implement an WCF WS Addressing enabled web service that performs a long running process based on the method's arguments.
The client does not need to wait for the result, because it will be ...
0
votes
1answer
23 views
How do I add an attribute to a SOAP header with Savon?
I need to add this attribute (xmlns:wsa="http://www.w3.org/2005/08/addressing") to the soap header, like this:
<env:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
</env:Header>
...
0
votes
0answers
20 views
Manual addressing with secure customBinding on WCF service
I'm developing a web service for a WSDL defined externally. Access is done with HTTP/S (server and client certificates) and both the request and response are signed with the respective certificate. I ...
0
votes
0answers
77 views
How can I force WCF to _not_ add WS-Addressing “To” header in the reply?
I have a service which operates on custom binding -- basicHttp + WS-Addressing (August 2004). Request part work fine but the response is somewhat strange. WCF internals (I could not find out which ...
0
votes
1answer
84 views
Trying to use gSoap with WCF and WSHttpBinding
I am attempting to use the gSoap library to talk to a WCF server with the WSHttpBinding. I seem to be running into a problem with the WS-Addressing plugin for gSoap. When I enable the WS-Addressing ...
0
votes
1answer
85 views
CXF: Providing decoupled endpoint via existing Servlet transport
I have an application which provides services using CXF's Servlet transport and Jetty 6.1. This application also needs to consume external services. All services support WS-Addressing specification ...
0
votes
0answers
20 views
Is it possible to use WS:Addressing to send the response message from the server to a different location than the request came from?
I received the request from a client, that our webservice should send the response to a different location than the request came from. I am not sure if this is even possible, but after some search I ...
0
votes
1answer
268 views
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 ...
0
votes
2answers
416 views
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 ...
0
votes
2answers
79 views
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.
...
0
votes
2answers
949 views
0
votes
1answer
140 views
0
votes
1answer
446 views
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 ...
-2
votes
0answers
98 views
Web Services WS-Addressing,WS-Security (SOAP 1.2) With Php
how i can connect to sample web services with php,
uisng WS-Addressing,WS-Security in this services, and SOAP 1.2.
services addresses :
test addres: https://kps.saglik.gov.tr/wsdl.ashx?1&Test=1
...
-8
votes
0answers
102 views
Where i did the error? (Php + soap with ws-*) [closed]
require_once('nusoap.php');
try
{
$ConnAddr = "https://kps.saglik.gov.tr/wsdl.ashx?1&Test=1";
$ConnStrg = array('UserName' => nnnn,
'Password' => 'xxxxxx',
...