From 7d9e691b83c7669f559337a5a2768b13ce176bd3 Mon Sep 17 00:00:00 2001 From: slaws Date: Sat, 21 Feb 2009 13:31:55 +0000 Subject: Fix up the BPEL payment component to run in the wider application and take advantage of the BPEL resolved fix in 1.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746503 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/payment.bpel | 42 +++++++++++----------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'sandbox/travelsample/chapter-06/payment-bpel-contribution/src/main/resources/payment.bpel') diff --git a/sandbox/travelsample/chapter-06/payment-bpel-contribution/src/main/resources/payment.bpel b/sandbox/travelsample/chapter-06/payment-bpel-contribution/src/main/resources/payment.bpel index 25c10d43a7..8f11d76888 100644 --- a/sandbox/travelsample/chapter-06/payment-bpel-contribution/src/main/resources/payment.bpel +++ b/sandbox/travelsample/chapter-06/payment-bpel-contribution/src/main/resources/payment.bpel @@ -17,29 +17,29 @@ ~ under the License. --> + namespace="http://www.tuscanyscatours.com/Payment/"/> + namespace="http://www.tuscanyscatours.com/CreditCardPayment/"/> + namespace="http://www.tuscanyscatours.com/EmailGateway/"/> @@ -48,8 +48,8 @@ - - + + @@ -60,8 +60,8 @@ @@ -69,7 +69,7 @@ - + Visa 12345678 @@ -93,11 +93,11 @@ $authorizeRequestMessage.parameters - $makePaymentRequestMessage.parameters/CustomerId/text() + $makePaymentMemberRequestMessage.parameters/CustomerId/text() $authorizeRequestMessage.parameters/CreditCard/CardOwner/Name - $makePaymentRequestMessage.parameters/Amount/text() + $makePaymentMemberRequestMessage.parameters/Amount/text() $authorizeRequestMessage.parameters/Amount @@ -114,7 +114,7 @@ - + Default Payment Confirmation @@ -126,7 +126,7 @@ $sendEmailRequestMessage.parameters - $makePaymentRequestMessage.parameters/CustomerId/text() + $makePaymentMemberRequestMessage.parameters/CustomerId/text() $sendEmailRequestMessage.parameters/Email/To @@ -144,12 +144,12 @@ - + OK - + - $makePaymentResponseMessage.parameters + $makePaymentMemberResponseMessage.parameters @@ -157,8 +157,8 @@ + operation="makePaymentMember" + variable="makePaymentMemberResponseMessage"> -- cgit v1.2.3