Questions tagged [ws-security]

WS-Security is an extension to SOAP for applying security to web-services through XML Signature and XML Encryption.

WS-Security is an extension to SOAP for applying security to web-services through XML Signature and XML Encryption.

939 questions
0
votes
0 answers

Calling from secured WCF Web Service from within itself

We have a wcf webservice that is secured using a Custom STS Active Federation Implementation. So clients have to contact the STS for a "Token" with which it can call the methods in WCF Service. I am puzzled how to make self service call from the…
0
votes
1 answer

WCF Message security

I have a WCF service and Server certificate and Windows form or WPF client. Does it necessary to export the private key to Client. If so why?. I thought we should only export public key to out side world. Please clarify me.
Sanjay Sanjay
  • 211
  • 1
  • 3
  • 12
0
votes
1 answer

How can I add WSSE Header to my Web Service Client?

I want to add wsse Security header to my web service client on ASP 3.5. I test the web service from SoapUI using this Soap Envelope and get an answer:
Pecheneg
  • 768
  • 3
  • 11
  • 27
0
votes
1 answer

Secure client server channel

I'm building an application that needs to establish a secure connection between a client and a server, providing web services. I need to guarantee authenticity for both (client and server), the server will also be handling the client authorization…
diutsu
  • 103
  • 1
  • 6
0
votes
1 answer

how to document encryption and signing requirements for xml batch files?

I have an xml batch file that will be transferred between two parties over scp/sftp (no webservices involved). Parts of the xml batch files I am sending need to be encrypted and signed. I need to document the encryption/signing requirements so…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
0
votes
1 answer

Axis2 : Use Rampart for security with JAX-WS (WS-Security)

I'm using Axis2 JAX-WS service. I defined WSDL and used wsimport tool to generate the classes. It uses sun-jaxws.xml file and does not need services.xml file. Could some one help me out to integrate Rampart (WS-Security) for authentication and…
0
votes
1 answer

Exception 401 with web service authentication

This web service I run on WEBLOGIC server. Everything seems fine when I paste the URL WSDL to the browser, and the browser prompt to enter username, password. But in the client, when I invokes the service with the authentication same I did with the…
Hoan Dang
  • 2,222
  • 5
  • 27
  • 36
0
votes
0 answers

How to implement WS-Security with JAX-WS in Eclipse

Could anyone give me a basic tutorial about setup WS-Security SOAP with JAX-WS by using Eclipse tool. I found plenty of tut but they setup the security via xml file. That really drive me confused, because since I use JAX-WS in Eclipse there is no…
Hoan Dang
  • 2,222
  • 5
  • 27
  • 36
0
votes
1 answer

SharePoint Custom Webservice

I have a Custom SharePoint webservice for performing certain actions. User credentials are passed via Soap Header. The credentials reach the webservice without any problem. Issue: The following code returns "Unauthorized Error" if I did not make the…
Arulraj
  • 1
  • 1
  • 3
0
votes
2 answers

rampart encryption error when execute WSO2 sample 100 (a WS-Security sample)

My WSO2-ESB throws following error message when I execute WSO2 sample 100 (a WS-Security sample), http://wso2.org/project/esb/java/4.0.3/docs/samples/qos_mediation_samples.html): ERROR - Axis2Sender Unexpected error during sending message out…
Ack
  • 2,233
  • 3
  • 16
  • 17
0
votes
1 answer

Signature Reference URI incorrect mapping to SecurityTokenReference

I have a wcf client where I am required to use both certificate and username security. Within the header signature that I output, two reference elements exist. One maps (via URI) to the UsernameToken and my understanding is that the other reference…
Steve B
  • 473
  • 1
  • 4
  • 14
0
votes
1 answer

How to read Soap WSSE Headers from Symfony 2.0

I'm trying to implement WSSE authentication on a Web Services API. I followed this tutorial on symfony official site. I send requests with SoapUI, with security headers : POST http://dev.sellerphp.com/app_dev.php/wsapi/soap/ordersfollowup…
AlterPHP
  • 12,667
  • 5
  • 49
  • 54
0
votes
1 answer

WindowsIdentity.GetCurrent().Name returns machine name rather than windows user name

I am calling a web service application (.asmx) running in a virtual directory on an IIS 7.5 (for development purposes I only have IIS 5.1 but am hoping for some help anyway). Calling my ws when running from within VS2010…
CJe
  • 1,928
  • 3
  • 24
  • 53
0
votes
1 answer

Objective C - access SOAP service with ws-security using client side certificate

I want to access a SOAP service with ws-security using client side certificate. It there any direct ways or third party lib for doing this?
Ramesh Soni
  • 15,867
  • 28
  • 93
  • 113
0
votes
0 answers

curl command example with service provider certificate

I have a question on usage of curl command. So basically we are trying to consume couple of third party services have which supports ssl. We have two different vendor's One vendor has configured their service with ssl which needs a client…
swati
  • 2,099
  • 6
  • 19
  • 23