From b2c518ece0d55e1b073484b3a24e4fb884218771 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Thu, 20 Mar 2014 14:39:41 +0100 Subject: [PATCH] Document supported standards Document supported WS-* standards. Issue: SWS-846 --- src/reference/docbook/what-is-spring-ws.xml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/src/reference/docbook/what-is-spring-ws.xml b/src/reference/docbook/what-is-spring-ws.xml index 1fdb83fd..e6850d56 100644 --- a/src/reference/docbook/what-is-spring-ws.xml +++ b/src/reference/docbook/what-is-spring-ws.xml @@ -56,11 +56,10 @@ - Integrates with Acegi Security + Integrates with Spring Security - The WS-Security implementation of Spring Web Services provides integration with - Acegi Security. This means you can use your existing Acegi - configuration for your SOAP service as well. + The WS-Security implementation of Spring Web Services provides integration with Spring Security. + This means you can use your existing Spring Security configuration for your SOAP service as well. @@ -141,4 +140,17 @@ +
+ Supported standards + + Spring Web Services supports the following standards: + + + SOAP 1.1 and 1.2 + WSDL 1.1 and 2.0 (XSD-based generation only supported for WSDL 1.1) + WS-I Basic Profile 1.0, 1.1, 1.2 and 2.0 + WS-Addressing 1.0 and the August 2004 draft + SOAP Message Security 1.1, Username Token Profile 1.1, X.509 Certificate Token Profile 1.1, SAML Token Profile 1.1, Kerberos Token Profile 1.1, Basic Security Profile 1.1 + +