summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contributions/payment-java-contribution/src/main/resources/CreditCardPayment.wsdl
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-01 19:03:28 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-01 19:03:28 +0000
commit61d2cb0a9d78820f6a92c7eab1d581903c5116d4 (patch)
treef67ea8d92ca189d37b4acb0f15dfbaeb70aa66f0 /sandbox/travelsample/contributions/payment-java-contribution/src/main/resources/CreditCardPayment.wsdl
parent38ebe24c08241e09ac0c1c5e257a25583a868566 (diff)
Update versions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/contributions/payment-java-contribution/src/main/resources/CreditCardPayment.wsdl')
-rw-r--r--sandbox/travelsample/contributions/payment-java-contribution/src/main/resources/CreditCardPayment.wsdl10
1 files changed, 6 insertions, 4 deletions
diff --git a/sandbox/travelsample/contributions/payment-java-contribution/src/main/resources/CreditCardPayment.wsdl b/sandbox/travelsample/contributions/payment-java-contribution/src/main/resources/CreditCardPayment.wsdl
index 7d30a6a395..d17497d1f6 100644
--- a/sandbox/travelsample/contributions/payment-java-contribution/src/main/resources/CreditCardPayment.wsdl
+++ b/sandbox/travelsample/contributions/payment-java-contribution/src/main/resources/CreditCardPayment.wsdl
@@ -30,20 +30,22 @@
targetNamespace="http://www.tuscanyscatours.com/CreditCardPayment/"
xmlns:tns="http://www.tuscanyscatours.com/CreditCardPayment/">
- <xsd:element name="authorize" type="tns:AuthorizeType"/>
- <xsd:complexType name="AuthorizeType">
+ <xsd:element name="authorize">
+ <xsd:complexType>
<xsd:sequence>
<xsd:element name="CreditCard" type="tns:CreditCardDetailsType"></xsd:element>
<xsd:element name="Amount" type="xsd:float"></xsd:element>
</xsd:sequence>
</xsd:complexType>
+ </xsd:element>
- <xsd:element name="authorizeResponse" type="tns:AuthorizeResponseType"/>
- <xsd:complexType name="AuthorizeResponseType">
+ <xsd:element name="authorizeResponse">
+ <xsd:complexType>
<xsd:sequence>
<xsd:element name="Status" type="xsd:string"></xsd:element>
</xsd:sequence>
</xsd:complexType>
+ </xsd:element>
<xsd:complexType name="CreditCardDetailsType">
<xsd:sequence>