Tagged Questions
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
521 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 ...
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
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
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',
...