Top "Ws-security" questions

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

Example of SOAP request authenticated with WS-UsernameToken

I'm trying to authenticate a SOAP request using WS-UsernameToken spec, but the target device is always denying access. My non-working …

web-services soap ws-security digest usernametoken
How to add soap header in java

i have a NO-.net webservice from oracle To access i need to add the soap header. How can i …

java web-services jax-ws ws-security soapheader
JAX-WS - Adding SOAP Headers

I am trying to create a standalone client to consume some web services. I must add my username and password …

java web-services soap jax-ws ws-security
Can not get key from KeyStore

I try to get Key from KeyStore. I created a keystore by Keytool: keytool -genkeypair -dname "cn=Mark Jones, ou=…

java ws-security
Correct way communicate WSSE Usernametoken for SOAP webservice

I am attempting to consume a web service through its corresponding wsdl. This service is dependent upon authentication conforming to …

c# wcf visual-studio-2010 wcf-security ws-security
Connecting to WS-Security protected Web Service with PHP

I am trying to connect to a Web Service which is password protected and the url is https. I can't …

php web-services soap ws-security
Prevent XXE Attack with JAXB

Recently, we had a security audit on our code, and one of the problem is that our application is subject …

java security jaxb ws-security xxe
Adding SOAP:HEADER username and password with WSE 3.0

I have successfully created a WS client that works correctly when NOT using authentication. However, the server (WebSphere) now requires …

c# web-services ws-security wse3.0
JAX-WS Consuming web service with WS-Security and WS-Addressing

I'm trying to develop a standalone Java web service client with JAX-WS (Metro) that uses WS-Security with Username Token Authentication (…

java web-services jax-ws ws-security java-metro-framework
How to make WCF Client conform to specific WS-Security - sign UsernameToken and SecurityTokenReference

I need to create a wcf client to call a service that I have no control over. I have been …

c# wcf x509certificate ws-security