summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk/tutorials')
-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>