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 + +