SOAP Web Service Tutorials - Herong's Tutorial Examples - v5.13, by Herong Yang
What Is WS-Security (WSS)
This section describes WS-Security (WSS) standard - a SOAP extension standard that defines building blocks to implement SOAP message content integrity and confidentiality.
What Is WS-Security (WSS)? WS-Security is a SOAP extension standard that defines building blocks to implement SOAP message content integrity and confidentiality. WS-Security standard is also referred as "Web Services Security: SOAP Message Security" or "WSS: SOAP Message Security".
The goal of WS-Security is to enable applications to conduct secure SOAP message exchanges and to support:
WS-Security standard was developed by OASIS (Organization for the Advancement of Structured Information Standards). The latest version is WS-Security 1.1.1 released in 2012.
OASIS also developed the following related specifications that describe profiles (specific mechanisms and procedures) on how several security technologies can be used with WS-Security standard:
For more information, see the full specification at http://docs.oasis-open.org/wss-m/wss/v1.1.1/os /wss-SOAPMessageSecurity-v1.1.1-os.html.
Table of Contents
Introduction to SOAP (Simple Object Access Protocol)
SOAP Message Transmission and Processing
SOAP MEP (Message Exchange Patterns)
PHP SOAP Extension Client Programs
PHP SOAP Extension Server Programs
PHP SOAP Web Service Example - getTemp
Perl SOAP::Lite - SOAP Server-Client Communication Module
Perl Socket Test Program for HTTP and SOAP
Perl SOAP::Lite for NumberToWords SOAP 1.1 Web Service
Perl SOAP::Lite for SOAP 1.2 Web Services
Java Socket and HttpURLConnection for SOAP
SAAJ - SOAP with Attachments API for Java
SoapUI - SOAP Web Service Testing Tool
►WS-Security - SOAP Message Security Extension
Using XML Signature and Encryption with WSS
SOAP Header Element "Security"
What Is WS-Security Username Token Profile
SoapUI Configuration for Username Token
Generating Username Token with SoapUI
Validating wsse:Password Digest String
Password Digest Validation Program
WS-Security X.509 Certificate Token
Perl SOAP::Lite for GetSpeech SOAP 1.1 Web Service
Perl SOAP::Lite 0.710 for SOAP 1.2 Web Services
Perl SOAP::Lite 0.710 for WSDL