Tagged Questions
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
201 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 ...
1
vote
1answer
104 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
1answer
519 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 ...
0
votes
1answer
21 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>
...
-8
votes
0answers
97 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',
...