Author: objectiser
Date: 2012-03-23 19:33:20 -0400 (Fri, 23 Mar 2012)
New Revision: 1504
Modified:
trunk/docs/docbook/userguide/src/main/en-US/module/wsconfig.xml
Log:
RIFTSAW-485 - add support for WS-Security with jbossws-native. Add userguide info.
Modified: trunk/docs/docbook/userguide/src/main/en-US/module/wsconfig.xml
===================================================================
--- trunk/docs/docbook/userguide/src/main/en-US/module/wsconfig.xml 2012-03-23 23:31:36
UTC (rev 1503)
+++ trunk/docs/docbook/userguide/src/main/en-US/module/wsconfig.xml 2012-03-23 23:33:20
UTC (rev 1504)
@@ -323,6 +323,44 @@
</section>
<section>
+ <title>JBossWS Native Configuration</title>
+
+ <para>
+ This section describes how to configure jbossws-native specific details
+ for WS-Security.
+ </para>
+
+ <section>
+ <title>Client Endpoint Configuration</title>
+
+ <para>
+ Where a BPEL process wishes to invoke a secure external
+ web service (which could be another BPEL proces), then the
+ details must be provided within a
<emphasis>jboss-wsse-client.xml</emphasis>
+ file, co-located with the BPEL process in the top level folder.
+ This file contains the relative locations of the key-store and
+ trust-store files. For further details of these files, see the
+ JBossWS-Native documentation. Also see the
+ <emphasis>secure_invoke_native</emphasis> quickstart example.
+ </para>
+ </section>
+
+ <section>
+ <title>Server Endpoint Configuration</title>
+
+ <para>
+ Where a BPEL process wishes to provide a secure web service, then the
+ details must be provided within a
<emphasis>jboss-wsse-server.xml</emphasis>
+ file, co-located with the BPEL process in the top level folder.
+ This file contains the relative locations of the key-store and
+ trust-store files. For further details of these files, see the
+ JBossWS-Native documentation. Also see the
+ <emphasis>secure_service_native</emphasis> quickstart example.
+ </para>
+ </section>
+ </section>
+
+ <section>
<title>Deployed Service WSDL</title>
<para>
Show replies by date