Author: objectiser
Date: 2009-12-09 11:26:04 -0500 (Wed, 09 Dec 2009)
New Revision: 373
Modified:
trunk/docs/docbook/gettingstartedguide/src/main/module/examples.xml
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_loan_approval/war/resources/WEB-INF/wsdl/loanServicePT.wsdl
trunk/samples/esb/webservice_esb_bpel/bpel/wsdl/OrderManager.wsdl
trunk/samples/esb/webservice_esb_bpel/jboss-esb.xml
trunk/samples/quickstart/loan_approval/war/resources/WEB-INF/wsdl/loanServicePT.wsdl
Log:
Minor updates to documentation and a WSDL - plus fixed unexpected char issue in
webservice_esb_bpel for RIFTSAW-56 - but still seems to be a failure.
Modified: trunk/docs/docbook/gettingstartedguide/src/main/module/examples.xml
===================================================================
--- trunk/docs/docbook/gettingstartedguide/src/main/module/examples.xml 2009-12-08
16:42:31 UTC (rev 372)
+++ trunk/docs/docbook/gettingstartedguide/src/main/module/examples.xml 2009-12-09
16:26:04 UTC (rev 373)
@@ -74,7 +74,7 @@
The WSDL definition is located in the <filename>bpel</filename>
folder, and can be used to initialise the SOAPUI client. The
service location is:
- <ulink
url="http://localhost:8080/bpel/processes/helloWorld">http://localhost:8080/bpel/processes/helloWorld</ulink>.
+ <ulink
url="http://localhost:8080/Quickstart_hello_worldWS">http://localhost:8080/Quickstart_hello_worldWS</ulink>.
</para>
<para>
@@ -216,7 +216,7 @@
The WSDL definition is located in the <filename>bpel</filename>
folder, and can be used to initialise the SOAPUI client. The
service location is:
- <ulink
url="http://localhost:8080/bpel/processes/Retailer">http://localhost:8080/bpel/processes/Retailer</ulink>.
+ <ulink
url="http://localhost:8080/Webservice_esb_bpel_Retailer">http://localhost:8080/Webservice_esb_bpel_Retailer</ulink>.
</para>
<para>
Modified:
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_loan_approval/war/resources/WEB-INF/wsdl/loanServicePT.wsdl
===================================================================
---
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_loan_approval/war/resources/WEB-INF/wsdl/loanServicePT.wsdl 2009-12-08
16:42:31 UTC (rev 372)
+++
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_loan_approval/war/resources/WEB-INF/wsdl/loanServicePT.wsdl 2009-12-09
16:26:04 UTC (rev 373)
@@ -118,7 +118,7 @@
</wsdl:binding>
<wsdl:service name="loanService">
<wsdl:port name="loanService_Port"
binding="tns:loanService_Binding">
- <soap:address
location="http://localhost:8080/bpel/processes/loanService" />
+ <soap:address
location="http://localhost:8080/Quickstart_bpel_loan_approvalWS" />
</wsdl:port></wsdl:service>
<wsdl:service name="loanApprover">
<wsdl:port name="loanApprover_Port"
binding="tns:loanApprover_Binding">
Modified: trunk/samples/esb/webservice_esb_bpel/bpel/wsdl/OrderManager.wsdl
===================================================================
--- trunk/samples/esb/webservice_esb_bpel/bpel/wsdl/OrderManager.wsdl 2009-12-08 16:42:31
UTC (rev 372)
+++ trunk/samples/esb/webservice_esb_bpel/bpel/wsdl/OrderManager.wsdl 2009-12-09 16:26:04
UTC (rev 373)
@@ -239,7 +239,7 @@
<port name="RetailerCallbackSoap"
binding="tns:RetailerCallbackSoap">
<soap:address
- location="http://localhost:8080/bpel/processes/RetailerCallback"
+ location="http://localhost:8080/Webservice_esb_bpel_RetailerCallback"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
</port>
</service>
Modified: trunk/samples/esb/webservice_esb_bpel/jboss-esb.xml
===================================================================
--- trunk/samples/esb/webservice_esb_bpel/jboss-esb.xml 2009-12-08 16:42:31 UTC (rev 372)
+++ trunk/samples/esb/webservice_esb_bpel/jboss-esb.xml 2009-12-09 16:26:04 UTC (rev 373)
@@ -133,7 +133,7 @@
template and will then use OGNL to populate the values (from the
Smooks
EXTRACTED_BEANS_HASH) into the soap message. -->
<action name="SendSalesOrderNotification"
class="org.jboss.soa.esb.actions.soap.SOAPClient">
- <property name="wsdl"
value="http://localhost:8080/bpel/processes/RetailerCallback?wsdl"/>
+ <property name="wsdl"
value="http://localhost:8080/Webservice_esb_bpel_RetailerCallback?wsdl&resource=Retailer.wsdl"
/>
<property name="SOAPAction"
value="http://org.jboss.esb/quickstarts/bpel/ABI_OrderManager/SendSalesOrderNotification"/>
<property name="responseXStreamConfig">
<alias name="salesOrderNotificationAck"
class="java.lang.Boolean"
namespace="http://org.jboss.esb/quickstarts/bpel/ABI_OrderManager" />
Modified:
trunk/samples/quickstart/loan_approval/war/resources/WEB-INF/wsdl/loanServicePT.wsdl
===================================================================
---
trunk/samples/quickstart/loan_approval/war/resources/WEB-INF/wsdl/loanServicePT.wsdl 2009-12-08
16:42:31 UTC (rev 372)
+++
trunk/samples/quickstart/loan_approval/war/resources/WEB-INF/wsdl/loanServicePT.wsdl 2009-12-09
16:26:04 UTC (rev 373)
@@ -118,7 +118,7 @@
</wsdl:binding>
<wsdl:service name="loanService">
<wsdl:port name="loanService_Port"
binding="tns:loanService_Binding">
- <soap:address
location="http://localhost:8080/bpel/processes/loanService" />
+ <soap:address
location="http://localhost:8080/Quickstart_bpel_loan_approvalWS" />
</wsdl:port></wsdl:service>
<wsdl:service name="loanApprover">
<wsdl:port name="loanApprover_Port"
binding="tns:loanApprover_Binding">