summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-04-07 22:54:39 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-04-07 22:54:39 +0000
commit8289625ed9433ad93551283bae627aaa660d92bd (patch)
treeca987a131a99027b813a472363f12a3a9906b6bf
parentddb870a816e2aca38b54f669b7c50f02ffee54a8 (diff)
Fix incorrect XML response returned by BPEL process
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931716 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/payment.bpel5
1 files changed, 1 insertions, 4 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/payment.bpel b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/payment.bpel
index 8f11d76888..e304d3a349 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/payment.bpel
+++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/payment.bpel
@@ -20,7 +20,6 @@
targetNamespace="http://www.tuscanyscatours.com/Payment"
xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
- xmlns:tns="http://tuscany.apache.org/Payment"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:pp="http://www.tuscanyscatours.com/Payment/"
@@ -141,12 +140,10 @@
<!-- set up the response -->
<assign name="assign3">
- <copy>
+ <copy keepSrcElementName="yes">
<from>
<literal>
- <makePaymentMemberResponse xmlns="http://www.tuscanyscatours.com/Payment">
<Status xmlns="">OK</Status>
- </makePaymentMemberResponse>
</literal>
</from>
<to>$makePaymentMemberResponseMessage.parameters</to>