Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
60 views

use X509IssuerSerial as mechanism to reference token in WCF

I'm making a Web Services (WCF), implementing WS-Security standards using mutual authentication with Digital Certificates, and one of the requirements is this: Mechanism to reference the token: ...
2
votes
0answers
126 views

Signing a SOAP certificate in Delphi 2010

I'm working on signing some SOAP XML in Delphi 2010. I've got most of it worked out (and I do have a .net working example) I've got the c14n and digests all worked out 100% I'm quite confident I'm ...
1
vote
1answer
137 views

Signature failed core validation error

I have designed a WCF.net client that sends a SOAP request to the vendor. To meet vendor WS security requirements , I have to create a custom SOAP header and send request with the custom header to the ...
1
vote
1answer
398 views

In Savon with wsse authentication, my nonce token gets reused on subsequent requests

Perhaps I'm just not writing idiomatic code for savon, so please feel free to straighten me out, but I was trying to make multiple requests on the same client, as demonstrated in ...
0
votes
1answer
171 views

WSSE Security header

Hope somebody can help me out. I am trying to call this Web Service https://link.hertz.com/AuthenticationWebservice/authenticateAdmin?wsdl I have been said that I need to pass the following info ...
0
votes
1answer
235 views

gSOAP WSSE Header missing xmlns namespace declarations

Good evening. I have a problem generating a gSOAP security header (WSSE). I have compiled all the necessary file and used the following calls to add the WSSE security header to the request: ...
0
votes
1answer
453 views

Adding WS-Security Credentials to SOAP headers using WCF

I am trying to communicate with a Java web service that I have no control over, and I'm trying to create a binding that'll work. Timestamp is not allowed in the header, so in order to use the ...
0
votes
0answers
8 views

“Couldn't match Reply To parameter” when calling weblogic oasis web service

Does anyone had experience with this kind of error. I was able to successfully call and validate a web service deployed in web logic with a web service client deployed in jboss (using oasis wsse ...
0
votes
0answers
350 views

c# and WSE 3.0, Need <Security> tag to be removed from SOAP Request. HOW TO DO?

I use WSE 3.0 to get authenicated with web service , I use following source code. Following is the source code for that namespace CSharp_SampleDevice_Authentication { class Program { ...