From 8289625ed9433ad93551283bae627aaa660d92bd Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 7 Apr 2010 22:54:39 +0000 Subject: 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 --- .../payment-bpel-process/src/main/resources/payment.bpel | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sca-java-1.x/trunk/tutorials') 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 @@ - + - OK - $makePaymentMemberResponseMessage.parameters -- cgit v1.2.3