From 4105b42e3460245f8f7b5178a4829408e2235353 Mon Sep 17 00:00:00 2001 From: slaws Date: Mon, 17 Nov 2008 11:18:46 +0000 Subject: Start adding in a BPEL process for payment processing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718221 13f79535-47bb-0310-9956-ffa450edef68 --- .../scatours/paymentprocess/PaymentProcess.wsdl | 82 ++++++++++++++++++++ .../src/scatours/paymentprocess/deploy.xml | 31 ++++++++ .../scatours/paymentprocess/paymentprocess.bpel | 87 ++++++++++++++++++++++ .../paymentprocess/paymentprocess.componentType | 38 ++++++++++ 4 files changed, 238 insertions(+) create mode 100644 sandbox/travelsample/paymentprocess-contribution/src/scatours/paymentprocess/PaymentProcess.wsdl create mode 100644 sandbox/travelsample/paymentprocess-contribution/src/scatours/paymentprocess/deploy.xml create mode 100644 sandbox/travelsample/paymentprocess-contribution/src/scatours/paymentprocess/paymentprocess.bpel create mode 100644 sandbox/travelsample/paymentprocess-contribution/src/scatours/paymentprocess/paymentprocess.componentType (limited to 'sandbox/travelsample/paymentprocess-contribution/src/scatours/paymentprocess') diff --git a/sandbox/travelsample/paymentprocess-contribution/src/scatours/paymentprocess/PaymentProcess.wsdl b/sandbox/travelsample/paymentprocess-contribution/src/scatours/paymentprocess/PaymentProcess.wsdl new file mode 100644 index 0000000000..5efd6251cd --- /dev/null +++ b/sandbox/travelsample/paymentprocess-contribution/src/scatours/paymentprocess/PaymentProcess.wsdl @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/travelsample/paymentprocess-contribution/src/scatours/paymentprocess/deploy.xml b/sandbox/travelsample/paymentprocess-contribution/src/scatours/paymentprocess/deploy.xml new file mode 100644 index 0000000000..007fede130 --- /dev/null +++ b/sandbox/travelsample/paymentprocess-contribution/src/scatours/paymentprocess/deploy.xml @@ -0,0 +1,31 @@ + + + + + + true + + + + + diff --git a/sandbox/travelsample/paymentprocess-contribution/src/scatours/paymentprocess/paymentprocess.bpel b/sandbox/travelsample/paymentprocess-contribution/src/scatours/paymentprocess/paymentprocess.bpel new file mode 100644 index 0000000000..43986b1e2d --- /dev/null +++ b/sandbox/travelsample/paymentprocess-contribution/src/scatours/paymentprocess/paymentprocess.bpel @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OK + $paymentProcessResponseMessage.parameters.Status + + + + + + diff --git a/sandbox/travelsample/paymentprocess-contribution/src/scatours/paymentprocess/paymentprocess.componentType b/sandbox/travelsample/paymentprocess-contribution/src/scatours/paymentprocess/paymentprocess.componentType new file mode 100644 index 0000000000..a7f95a012c --- /dev/null +++ b/sandbox/travelsample/paymentprocess-contribution/src/scatours/paymentprocess/paymentprocess.componentType @@ -0,0 +1,38 @@ + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3