Author: objectiser
Date: 2010-12-06 05:31:08 -0500 (Mon, 06 Dec 2010)
New Revision: 1193
Modified:
branches/RiftSaw-2.2.x/docs/docbook/userguide/src/main/en-US/module/wsconfig.xml
Log:
Add info about changing the soap:address used in deployed BPEL web service WSDL
descriptions.
Modified:
branches/RiftSaw-2.2.x/docs/docbook/userguide/src/main/en-US/module/wsconfig.xml
===================================================================
---
branches/RiftSaw-2.2.x/docs/docbook/userguide/src/main/en-US/module/wsconfig.xml 2010-12-06
10:25:33 UTC (rev 1192)
+++
branches/RiftSaw-2.2.x/docs/docbook/userguide/src/main/en-US/module/wsconfig.xml 2010-12-06
10:31:08 UTC (rev 1193)
@@ -321,4 +321,31 @@
</para>
</section>
</section>
+
+ <section>
+ <title>Deployed Service WSDL</title>
+
+ <para>
+ When a BPEL process is deployed, it results in a web service being created to
represent the
+ service endpoint, based on a WSDL description included with the deployed
process. If the
+ WSDL is displayed, using the endpoint URL of the service (with the
<emphasis>?wsdl</emphasis> suffix), then the
+ <emphasis><soap:address></emphasis> by default will be
associated with the host bind address of
+ the server (as defined in the
<emphasis>${jboss.bind.address}</emphasis> property).
+ </para>
+
+ <para>
+ To change this default address, for example if wanting to present the web
service via a firewall
+ that has a different host address, then you will need to refer to the JBossWS
documentation.
+ </para>
+
+ <para>
+ As an example, jbossws-native-3.2.2.GA uses a configuration file
+
(<filename>${jbossas}/server/default/deployers/jbossws.deployer/META-INF/stack-agnostic-jboss-beans.xml</filename>)
+ to define this information. The bean
<emphasis>WSServerConfig</emphasis> has a
+ property called <emphasis>webServiceHost</emphasis> that can be used
to define the
+ value to be used.
+ </para>
+
+ </section>
+
</chapter>
Show replies by date