summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/payment-contribution/wsdl/CreditCardPayment.wsdl
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-11-17 11:18:46 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-11-17 11:18:46 +0000
commit4105b42e3460245f8f7b5178a4829408e2235353 (patch)
tree391b9606f4cec9c616d65efd5a7780b46fe07952 /sandbox/travelsample/payment-contribution/wsdl/CreditCardPayment.wsdl
parent912966714fb39ebf173bf9bb50105fece6b1415d (diff)
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
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/payment-contribution/wsdl/CreditCardPayment.wsdl15
1 files changed, 12 insertions, 3 deletions
diff --git a/sandbox/travelsample/payment-contribution/wsdl/CreditCardPayment.wsdl b/sandbox/travelsample/payment-contribution/wsdl/CreditCardPayment.wsdl
index 958d1f3683..c80c37cdf7 100644
--- a/sandbox/travelsample/payment-contribution/wsdl/CreditCardPayment.wsdl
+++ b/sandbox/travelsample/payment-contribution/wsdl/CreditCardPayment.wsdl
@@ -17,9 +17,14 @@
* specific language governing permissions and limitations
* under the License.
-->
-<wsdl:definitions name="CreditCardPayment" targetNamespace="http://www.example.org/CreditCardPayment/"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://www.example.org/CreditCardPayment/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
+<wsdl:definitions name="CreditCardPayment"
+ targetNamespace="http://www.example.org/CreditCardPayment/"
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:tns="http://www.example.org/CreditCardPayment/"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+ xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
+ xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/">
<wsdl:types>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.org/CreditCardPayment/"
xmlns:tns="http://www.example.org/CreditCardPayment/">
@@ -102,4 +107,8 @@
<soap:address location="http://localhost:8080/CreditCardPayment" />
</wsdl:port>
</wsdl:service>
+
+ <plnk:partnerLinkType name="CreditCardPaymentLinkType">
+ <plnk:role name="forward" portType="tns:CreditCardPayment"/>
+ </plnk:partnerLinkType>
</wsdl:definitions> \ No newline at end of file