Author: nash
Date: Wed Apr  7 22:54:39 2010
New Revision: 931716

URL: http://svn.apache.org/viewvc?rev=931716&view=rev
Log:
Fix incorrect XML response returned by BPEL process

Modified:
    
tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/payment.bpel

Modified: 
tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/payment.bpel
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/payment.bpel?rev=931716&r1=931715&r2=931716&view=diff
==============================================================================
--- 
tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/payment.bpel
 (original)
+++ 
tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel-process/src/main/resources/payment.bpel
 Wed Apr  7 22:54:39 2010
@@ -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>


Reply via email to