Added: 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/java/com/bigbank/account/withdraw.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/java/com/bigbank/account/withdraw.java?view=auto&rev=510143
==============================================================================
--- 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/java/com/bigbank/account/withdraw.java
 (added)
+++ 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/java/com/bigbank/account/withdraw.java
 Wed Feb 21 10:49:44 2007
@@ -0,0 +1,77 @@
+/**
+ * <copyright>
+ * </copyright>
+ *
+ * $Id$
+ */
+package com.bigbank.account;
+
+import java.io.Serializable;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>withdraw</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>[EMAIL PROTECTED] com.bigbank.account.withdraw#getAccountNumber 
<em>Account Number</em>}</li>
+ *   <li>[EMAIL PROTECTED] com.bigbank.account.withdraw#getAmount 
<em>Amount</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @extends Serializable
+ * @generated
+ */
+public interface withdraw extends Serializable
+{
+  /**
+   * Returns the value of the '<em><b>Account Number</b></em>' attribute.
+   * <!-- begin-user-doc -->
+   * <p>
+   * If the meaning of the '<em>Account Number</em>' attribute isn't clear,
+   * there really should be more of a description here...
+   * </p>
+   * <!-- end-user-doc -->
+   * @return the value of the '<em>Account Number</em>' attribute.
+   * @see #setAccountNumber(String)
+   * @generated
+   */
+  String getAccountNumber();
+
+  /**
+   * Sets the value of the '[EMAIL PROTECTED] 
com.bigbank.account.withdraw#getAccountNumber <em>Account Number</em>}' 
attribute.
+   * <!-- begin-user-doc -->
+   * <!-- end-user-doc -->
+   * @param value the new value of the '<em>Account Number</em>' attribute.
+   * @see #getAccountNumber()
+   * @generated
+   */
+  void setAccountNumber(String value);
+
+  /**
+   * Returns the value of the '<em><b>Amount</b></em>' attribute.
+   * <!-- begin-user-doc -->
+   * <p>
+   * If the meaning of the '<em>Amount</em>' attribute isn't clear,
+   * there really should be more of a description here...
+   * </p>
+   * <!-- end-user-doc -->
+   * @return the value of the '<em>Amount</em>' attribute.
+   * @see #setAmount(float)
+   * @generated
+   */
+  float getAmount();
+
+  /**
+   * Sets the value of the '[EMAIL PROTECTED] 
com.bigbank.account.withdraw#getAmount <em>Amount</em>}' attribute.
+   * <!-- begin-user-doc -->
+   * <!-- end-user-doc -->
+   * @param value the new value of the '<em>Amount</em>' attribute.
+   * @see #getAmount()
+   * @generated
+   */
+  void setAmount(float value);
+
+} // withdraw

Propchange: 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/java/com/bigbank/account/withdraw.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/java/com/bigbank/account/withdraw.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Added: 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/java/com/bigbank/account/withdrawResponse.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/java/com/bigbank/account/withdrawResponse.java?view=auto&rev=510143
==============================================================================
--- 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/java/com/bigbank/account/withdrawResponse.java
 (added)
+++ 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/java/com/bigbank/account/withdrawResponse.java
 Wed Feb 21 10:49:44 2007
@@ -0,0 +1,52 @@
+/**
+ * <copyright>
+ * </copyright>
+ *
+ * $Id$
+ */
+package com.bigbank.account;
+
+import java.io.Serializable;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>withdraw Response</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>[EMAIL PROTECTED] com.bigbank.account.withdrawResponse#getBalance 
<em>Balance</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @extends Serializable
+ * @generated
+ */
+public interface withdrawResponse extends Serializable
+{
+  /**
+   * Returns the value of the '<em><b>Balance</b></em>' attribute.
+   * <!-- begin-user-doc -->
+   * <p>
+   * If the meaning of the '<em>Balance</em>' attribute isn't clear,
+   * there really should be more of a description here...
+   * </p>
+   * <!-- end-user-doc -->
+   * @return the value of the '<em>Balance</em>' attribute.
+   * @see #setBalance(float)
+   * @generated
+   */
+  float getBalance();
+
+  /**
+   * Sets the value of the '[EMAIL PROTECTED] 
com.bigbank.account.withdrawResponse#getBalance <em>Balance</em>}' attribute.
+   * <!-- begin-user-doc -->
+   * <!-- end-user-doc -->
+   * @param value the new value of the '<em>Balance</em>' attribute.
+   * @see #getBalance()
+   * @generated
+   */
+  void setBalance(float value);
+
+} // withdrawResponse

Propchange: 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/java/com/bigbank/account/withdrawResponse.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/java/com/bigbank/account/withdrawResponse.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Added: 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/resources/META-INF/sca/sdoApplication.composite
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/resources/META-INF/sca/sdoApplication.composite?view=auto&rev=510143
==============================================================================
--- 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/resources/META-INF/sca/sdoApplication.composite
 (added)
+++ 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/resources/META-INF/sca/sdoApplication.composite
 Wed Feb 21 10:49:44 2007
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0";
+           xmlns:wsdli="http://www.w3.org/2006/01/wsdl-instance";
+
+           name="WSDLTest">
+           
+      <dbsdo:import.sdo 
xmlns:dbsdo="http://tuscany.apache.org/xmlns/sca/databinding/sdo/1.0"; 
factory="com.bigbank.account.AccountFactory"/> 
+
+ <!-- target service -->
+
+    <service name="AccountService">
+        <interface.java 
interface="bigbank.account.services.accountdata.AccountDataService"/>
+        <!-- interface.wsdl 
interface="http://www.bigbank.com/account#wsdl.interface(AccountService)"
+            wsdli:wsdlLocation="http://www.bigbank.com/account 
wsdl/AccountService.wsdl" / -->
+        <binding.ws 
endpoint="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
+            conformanceURIs="http://ws-i.org/profiles/basic/1.1"; 
location="wsdl/AccountService.wsdl" />
+        <reference>AccountServiceComponent</reference>
+    </service>
+
+    <component name="AccountServiceComponent">
+        <implementation.java 
class="bigbank.account.services.accountdata.AccountDataServiceImpl" />
+    </component>
+
+ <!-- test client -->
+
+    <component name="AccountServiceClient">
+        <implementation.java 
class="bigbank.account.services.accountdata.AccountServiceClientImpl"/>
+        <reference name="accountService">AccountServiceRef</reference>
+    </component>
+
+    <reference name="AccountServiceRef">
+        <interface.java 
interface="bigbank.account.services.accountdata.AccountDataService"/>
+               <!-- interface.wsdl 
interface="http://www.bigbank.com/account#wsdl.interface(AccountService)"  
wsdli:wsdlLocation="http://www.bigbank.com/account wsdl/AccountService.wsdl" / 
-->
+               <binding.ws 
endpoint="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
+                       location="wsdl/AccountService.wsdl" />
+    </reference>
+
+</composite>

Added: 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/resources/wsdl/AccountService.wsdl
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/resources/wsdl/AccountService.wsdl?view=auto&rev=510143
==============================================================================
--- 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/resources/wsdl/AccountService.wsdl
 (added)
+++ 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/resources/wsdl/AccountService.wsdl
 Wed Feb 21 10:49:44 2007
@@ -0,0 +1,467 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+-->
+<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
+       xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
+       xmlns:xsd="http://www.w3.org/2001/XMLSchema";
+       xmlns:account="http://www.bigbank.com/account";
+       targetNamespace="http://www.bigbank.com/account";
+       name="AccountService">
+
+       <wsdl:types>
+               <xsd:schema targetNamespace="http://www.bigbank.com/account";
+                       xmlns:xsd="http://www.w3.org/2001/XMLSchema";
+                       xmlns:account="http://www.bigbank.com/account";
+                       
+                       > <!-- xmlns:sdojava="commonj.sdo/java" 
sdojava:package="org.apache.tuscany.samples.bigbank.account" -->
+                       
+                       
+<!--   <xsd:complexType name="DataGraphRoot">  
+               <xsd:sequence>
+            <xsd:element name="customerProfileData" 
type="account:CustomerProfileData" maxOccurs="unbounded" minOccurs="0" />
+            <xsd:element name="StockSummaries" type="account:StockSummary" 
maxOccurs="unbounded" minOccurs="0" />
+            <xsd:element name="AccountSummaries" type="account:AccountSummary" 
maxOccurs="unbounded" minOccurs="0" />
+            <xsd:element name="StockLogEntries" type="account:StockLogEntry" 
maxOccurs="unbounded" minOccurs="0" />
+            <xsd:element name="AccountLogEntries" 
type="account:AccountLogEntry" maxOccurs="unbounded" minOccurs="0" />
+        </xsd:sequence>
+       </xsd:complexType>-->
+                       
+
+                       <xsd:element name="getAccountReport">
+                               <xsd:complexType>
+                                       <xsd:sequence>
+                                               <xsd:element name="customerID"
+                                                       type="xsd:int" />
+                                       </xsd:sequence>
+                               </xsd:complexType>
+                       </xsd:element>
+                       <xsd:element name="getAccountReportResponse">
+                               <xsd:complexType>
+                                       <xsd:sequence>
+                                               <xsd:element 
name="accountReport"
+                                                       
type="account:AccountReport" />
+                                       </xsd:sequence>
+                               </xsd:complexType>
+                       </xsd:element>
+
+                       <xsd:complexType name="AccountReport">
+                               <xsd:sequence>
+                                       <xsd:element name="accountSummaries"
+                                               type="account:AccountSummary" 
maxOccurs="unbounded" />
+                                       <xsd:element name="stockSummaries"
+                                               type="account:StockSummary" 
maxOccurs="unbounded" />
+                                               
+                               </xsd:sequence>
+                       </xsd:complexType>
+                       <xsd:complexType name="AccountSummary">
+                               <xsd:attribute name="accountNumber" 
type="xsd:string" />
+                               <xsd:attribute name="accountType" 
type="xsd:string" />
+                               <xsd:attribute name="balance" type="xsd:float" 
/>
+                       </xsd:complexType>
+
+                       <xsd:complexType name="StockSummary">
+                           <!-- xsd:attribute name="id" type="xsd:int" / -->
+                               <xsd:attribute name="purchaseLotNumber" 
type="xsd:int" />
+                               <!-- unique id for this purchase -->
+                               <xsd:attribute name="symbol" type="xsd:string" 
/>
+                               <xsd:attribute name="quantity" type="xsd:int" />
+                               <xsd:attribute name="purchaseDate" 
type="xsd:dateTime" />
+                               <xsd:attribute name="purchasePrice" 
type="xsd:float" />
+                               <xsd:attribute name="currentPrice" 
type="xsd:float" />
+                               <xsd:attribute name="company" type="xsd:string" 
/>
+                               <xsd:attribute name="highPrice" 
type="xsd:float" />
+                               <xsd:attribute name="lowPrice" type="xsd:float" 
/>
+                               
+                       </xsd:complexType>
+
+                       <!-- Profile in data base  -->
+                       <xsd:element name="getCustomerProfile">
+                               <xsd:complexType>
+                                       <xsd:sequence>
+                                               <xsd:element name="loginID" 
type="xsd:string" />
+                                       </xsd:sequence>
+                               </xsd:complexType>
+                       </xsd:element>
+
+                       <xsd:complexType name="CustomerProfileData">
+                               <xsd:sequence>
+                                       <xsd:element name="firstName" 
type="xsd:string" />
+                                       <xsd:element name="lastName" 
type="xsd:string" />
+                                       <xsd:element name="address" 
type="xsd:string" />
+                                       <xsd:element name="email" 
type="xsd:string" />
+                                       <xsd:element name="loginID" 
type="xsd:string" />
+                                       <xsd:element name="password" 
type="xsd:string" />
+                                       <xsd:element name="id" type="xsd:int" />
+                               </xsd:sequence>
+                       </xsd:complexType>
+
+                       <xsd:element name="getCustomerProfileResponse">
+                               <xsd:complexType>
+                                       <xsd:sequence>
+                                               <xsd:element 
name="customerProfile"
+                                                       
type="account:CustomerProfileData" />
+                                       </xsd:sequence>
+                               </xsd:complexType>
+                       </xsd:element>
+
+                       <xsd:element name="withdraw">
+                               <xsd:complexType>
+                                       <xsd:sequence>
+                                               <xsd:element 
name="accountNumber"
+                                                       type="xsd:string" />
+                                               <xsd:element name="amount" 
type="xsd:float" />
+                                       </xsd:sequence>
+                               </xsd:complexType>
+                       </xsd:element>
+                       <xsd:element name="withdrawResponse">
+                               <xsd:complexType>
+                                       <xsd:sequence>
+                                               <xsd:element name="balance" 
type="xsd:float" />
+                                       </xsd:sequence>
+                               </xsd:complexType>
+                       </xsd:element>
+
+                       <xsd:element name="deposit">
+                               <xsd:complexType>
+                                       <xsd:sequence>
+                                               <xsd:element 
name="accountNumber"
+                                                       type="xsd:string" />
+                                               <xsd:element name="amount" 
type="xsd:float" />
+                                       </xsd:sequence>
+                               </xsd:complexType>
+                       </xsd:element>
+                       <xsd:element name="depositResponse">
+                               <xsd:complexType>
+                                       <xsd:sequence>
+                                               <xsd:element name="balance" 
type="xsd:float" />
+                                       </xsd:sequence>
+                               </xsd:complexType>
+                       </xsd:element>
+
+                       <xsd:element name="purchaseStock">
+                               <xsd:complexType>
+                                       <xsd:sequence>
+                                               <xsd:element name="id" 
type="xsd:int" />
+                                               <xsd:element name="stock" 
type="account:StockSummary" />
+                                       </xsd:sequence>
+                               </xsd:complexType>
+                       </xsd:element>
+
+                       <xsd:element name="purchaseStockResponse">
+                               <xsd:complexType>
+                                       <xsd:sequence>
+                                               <xsd:element 
name="purchaseSummary"
+                                                       
type="account:StockSummary" />
+                                       </xsd:sequence>
+                               </xsd:complexType>
+                       </xsd:element>
+
+
+
+                       <xsd:element name="sellStock">
+                               <xsd:complexType>
+                                       <xsd:sequence>
+                                               <xsd:element 
name="purchaseLotNumber"
+                                                       type="xsd:int" /><!-- 
unique id for this purchase -->
+                                               <xsd:element name="quantity" 
type="xsd:int" />
+                                       </xsd:sequence>
+                               </xsd:complexType>
+                       </xsd:element>
+
+                       <xsd:element name="createAccount">
+                               <xsd:complexType>
+                                       <xsd:sequence>
+                                               <xsd:element 
name="customerProfile"
+                                                       
type="account:CustomerProfileData" />
+                        <xsd:element name="createSavings"
+                                                       type="xsd:boolean" />
+                        <xsd:element name="createCheckings"
+                                                       type="xsd:boolean" />
+                                       </xsd:sequence>
+                               </xsd:complexType>
+                       </xsd:element>  
+                       <xsd:element name="createAccountResponse">
+                               <xsd:complexType>
+                                       <xsd:sequence>
+                                               <xsd:element 
name="customerProfile"
+                                                       
type="account:CustomerProfileData" />
+                                       </xsd:sequence>
+                               </xsd:complexType>
+                               
+                       </xsd:element>
+
+                       <xsd:element name="getAccountLog">
+                               <xsd:complexType>
+                                       <xsd:sequence>
+                                               <xsd:element name="customerID"
+                                                       type="xsd:int" />
+                                       </xsd:sequence>
+                               </xsd:complexType>
+                       </xsd:element>
+                       <xsd:element name="getAccountLogResponse">
+                               <xsd:complexType>
+                                       <xsd:sequence>
+                                               <xsd:element name="accountLog"
+                                                       
type="account:AccountLog" />
+                                       </xsd:sequence>
+                               </xsd:complexType>
+                       </xsd:element>
+
+                       <xsd:complexType name="AccountLog">
+                               <xsd:sequence>
+                                       <xsd:element name="accountLogEntries"
+                                               type="account:AccountLogEntry" 
maxOccurs="unbounded" />
+                                       <xsd:element name="stockLogEntries"
+                                               type="account:StockLogEntry" 
maxOccurs="unbounded" />
+                                               
+                               </xsd:sequence>
+                       </xsd:complexType>
+
+                       <xsd:complexType name="AccountLogEntry">
+                               <xsd:attribute name="logSeqNo" type="xsd:int" />
+                               <xsd:attribute name="id" type="xsd:int" />
+                               <xsd:attribute name="accountNumber" 
type="xsd:string" />
+                               <xsd:attribute name="actionType" 
type="xsd:string" />
+                               <xsd:attribute name="amount" type="xsd:float" />
+                       </xsd:complexType>
+
+                       <xsd:complexType name="StockLogEntry">
+                               <xsd:attribute name="logSeqNo" type="xsd:int" />
+                               <xsd:attribute name="id" type="xsd:int" />
+                               <xsd:attribute name="symbol" type="xsd:string" 
/>
+                               <xsd:attribute name="quantity" type="xsd:int" />
+                               <xsd:attribute name="actionType" 
type="xsd:string" />
+                               <xsd:attribute name="purchaseLotNumber" 
type="xsd:int" />
+                       </xsd:complexType>
+
+               </xsd:schema>
+       </wsdl:types>
+       <wsdl:message name="getAccountReportRequest">
+               <wsdl:part element="account:getAccountReport"
+                       name="getAccountReportRequest" />
+       </wsdl:message>
+       <wsdl:message name="getAccountReportResponse">
+               <wsdl:part element="account:getAccountReportResponse"
+                       name="getAccountReportResponse" />
+       </wsdl:message>
+
+       <wsdl:message name="getCustomerProfileRequest">
+               <wsdl:part element="account:getCustomerProfile"
+                       name="getCustomerProfile" />
+       </wsdl:message>
+       <wsdl:message name="getCustomerProfileResponse">
+               <wsdl:part element="account:getCustomerProfileResponse"
+                       name="getCustomerProfileResponse" />
+       </wsdl:message>
+
+       <wsdl:message name="withdrawRequest">
+               <wsdl:part element="account:withdraw" name="withdrawRequest" />
+       </wsdl:message>
+
+       <wsdl:message name="withdrawResponse">
+               <wsdl:part element="account:withdrawResponse"
+                       name="withdrawResponse" />
+       </wsdl:message>
+
+       <wsdl:message name="depositRequest">
+               <wsdl:part element="account:deposit" name="depositRequest" />
+       </wsdl:message>
+
+       <wsdl:message name="depositResponse">
+               <wsdl:part element="account:depositResponse"
+                       name="depositResponse" />
+       </wsdl:message>
+
+       <wsdl:message name="purchaseStockRequest">
+               <wsdl:part element="account:purchaseStock"
+                       name="purchaseStockRequest" />
+       </wsdl:message>
+
+       <wsdl:message name="purchaseStockResponse">
+               <wsdl:part element="account:purchaseStockResponse"
+                       name="purchaseStockResponse" />
+       </wsdl:message>
+
+       <wsdl:message name="sellStockRequest">
+               <wsdl:part element="account:sellStock" name="sellStockRequest" 
/>
+       </wsdl:message>
+       
+       <wsdl:message name="createAccountRequest">
+               <wsdl:part element="account:createAccount" 
name="createAccountRequest" />
+       </wsdl:message>
+
+       <wsdl:message name="createAccountResponse">
+               <wsdl:part element="account:createAccountResponse" 
name="createAccountResponse" />
+       </wsdl:message>
+
+       <wsdl:message name="getAccountLogRequest">
+               <wsdl:part element="account:getAccountLog"
+                       name="getAccountLogRequest" />
+       </wsdl:message>
+       
+       <wsdl:message name="getAccountLogResponse">
+               <wsdl:part element="account:getAccountLogResponse"
+                       name="getAccountLogResponse" />
+       </wsdl:message>
+
+       <wsdl:portType name="AccountService">
+               <wsdl:operation name="getAccountReport">
+                       <wsdl:input message="account:getAccountReportRequest" />
+                       <wsdl:output message="account:getAccountReportResponse" 
/>
+               </wsdl:operation>
+
+               <wsdl:operation name="getCustomerProfile">
+                       <wsdl:input message="account:getCustomerProfileRequest" 
/>
+                       <wsdl:output 
message="account:getCustomerProfileResponse" />
+               </wsdl:operation>
+
+               <wsdl:operation name="withdraw">
+                       <wsdl:input message="account:withdrawRequest" />
+                       <wsdl:output message="account:withdrawResponse" />
+               </wsdl:operation>
+
+               <wsdl:operation name="deposit">
+                       <wsdl:input message="account:depositRequest" />
+                       <wsdl:output message="account:depositResponse" />
+               </wsdl:operation>
+
+               <wsdl:operation name="purchaseStock">
+                       <wsdl:input message="account:purchaseStockRequest" />
+                       <wsdl:output message="account:purchaseStockResponse" />
+               </wsdl:operation>
+
+               <wsdl:operation name="sellStock">
+                       <wsdl:input message="account:sellStockRequest" />
+                       <wsdl:output message="account:purchaseStockResponse" />
+               </wsdl:operation>
+
+
+               <wsdl:operation name="createAccount">
+                       <wsdl:input message="account:createAccountRequest" />
+                       <wsdl:output message="account:createAccountResponse" />
+               </wsdl:operation>
+
+               <wsdl:operation name="getAccountLog">
+                       <wsdl:input message="account:getAccountLogRequest" />
+                       <wsdl:output message="account:getAccountLogResponse" />
+               </wsdl:operation>
+
+       </wsdl:portType>
+
+
+
+       <wsdl:binding name="AccountServiceSOAP" type="account:AccountService">
+               <soap:binding style="document"
+                       transport="http://schemas.xmlsoap.org/soap/http"; />
+               <wsdl:operation name="getAccountReport">
+                       <soap:operation
+                               
soapAction="http://www.bigbank.com/account/getAccountReport"; />
+                       <wsdl:input>
+                               <soap:body use="literal" />
+                       </wsdl:input>
+                       <wsdl:output>
+                               <soap:body use="literal" />
+                       </wsdl:output>
+               </wsdl:operation>
+               <wsdl:operation name="getCustomerProfile">
+                       <soap:operation
+                               
soapAction="http://www.bigbank.com/account/getCustomerProfile"; />
+                       <wsdl:input>
+                               <soap:body use="literal" />
+                       </wsdl:input>
+                       <wsdl:output>
+                               <soap:body use="literal" />
+                       </wsdl:output>
+               </wsdl:operation>
+
+               <wsdl:operation name="withdraw">
+                       <soap:operation
+                               
soapAction="http://www.bigbank.com/account/withdraw"; />
+                       <wsdl:input>
+                               <soap:body use="literal" />
+                       </wsdl:input>
+                       <wsdl:output>
+                               <soap:body use="literal" />
+                       </wsdl:output>
+               </wsdl:operation>
+
+               <wsdl:operation name="deposit">
+                       <soap:operation
+                               
soapAction="http://www.bigbank.com/account/deposit"; />
+                       <wsdl:input>
+                               <soap:body use="literal" />
+                       </wsdl:input>
+                       <wsdl:output>
+                               <soap:body use="literal" />
+                       </wsdl:output>
+               </wsdl:operation>
+
+               <wsdl:operation name="purchaseStock">
+                       <soap:operation
+                               
soapAction="http://www.bigbank.com/account/purchaseStock"; />
+                       <wsdl:input>
+                               <soap:body use="literal" />
+                       </wsdl:input>
+                       <wsdl:output>
+                               <soap:body use="literal" />
+                       </wsdl:output>
+               </wsdl:operation>
+
+               <wsdl:operation name="sellStock">
+                       <soap:operation
+                               
soapAction="http://www.bigbank.com/account/sellStock"; />
+                       <wsdl:input>
+                               <soap:body use="literal" />
+                       </wsdl:input>
+                       <wsdl:output>
+                               <soap:body use="literal" />
+                       </wsdl:output>
+               </wsdl:operation>
+
+               <wsdl:operation name="createAccount">
+                       <soap:operation
+                               
soapAction="http://www.bigbank.com/account/createAccount"; />
+                       <wsdl:input>
+                               <soap:body use="literal" />
+                       </wsdl:input>
+                       <wsdl:output>
+                               <soap:body use="literal" />
+                       </wsdl:output>
+               </wsdl:operation>
+
+               <wsdl:operation name="getAccountLog">
+                       <soap:operation
+                               
soapAction="http://www.bigbank.com/account/getAccountLog"; />
+                       <wsdl:input>
+                               <soap:body use="literal" />
+                       </wsdl:input>
+                       <wsdl:output>
+                               <soap:body use="literal" />
+                       </wsdl:output>
+               </wsdl:operation>
+
+       </wsdl:binding>
+       <wsdl:service name="AccountService">
+               <wsdl:port binding="account:AccountServiceSOAP"
+                       name="AccountServiceSOAP">
+                       <soap:address
+                               
location="http://localhost:8080/services/AccountService"; />
+               </wsdl:port>
+       </wsdl:service>
+</wsdl:definitions>

Propchange: 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/resources/wsdl/AccountService.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/resources/wsdl/AccountService.wsdl
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/resources/wsdl/AccountService.wsdl
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/test/java/org/apache/tuscany/sca/itest/SDOWSDLTestCase.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/test/java/org/apache/tuscany/sca/itest/SDOWSDLTestCase.java?view=auto&rev=510143
==============================================================================
--- 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/test/java/org/apache/tuscany/sca/itest/SDOWSDLTestCase.java
 (added)
+++ 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/test/java/org/apache/tuscany/sca/itest/SDOWSDLTestCase.java
 Wed Feb 21 10:49:44 2007
@@ -0,0 +1,77 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
+
+package org.apache.tuscany.sca.itest;
+
+import java.rmi.RemoteException;
+
+import helloworld.HelloWorldService;
+
+import org.apache.tuscany.test.SCATestCase;
+import org.osoa.sca.CurrentCompositeContext;
+
+import com.bigbank.account.AccountFactory;
+import com.bigbank.account.CustomerProfileData;
+
+import bigbank.account.services.accountdata.AccountDataService;
+
+/**
+ * Tests all the combinations of wiring services, components, and references
+ * which use either interface.java or interface.wsdl.
+ * 
+ * The tests use a service (1) wired to a components (2) wired to another 
+ * component (3) wired to a reference (4). Each of those uses either 
+ * interface.java (a) or interface.wsdl (b). This results in 16 different
+ * combinations 1a2a3a4a thru 1b2b3b4b.
+ */
+public class SDOWSDLTestCase extends SCATestCase {
+
+    public void testClient1a2a3a4a() throws RemoteException  {
+        AccountDataService client = 
CurrentCompositeContext.getContext().locateService(AccountDataService.class, 
"AccountServiceClient");
+        CustomerProfileData dataIn = 
AccountFactory.INSTANCE.createCustomerProfileData();
+        dataIn.setAddress("home");
+        dataIn.setEmail("[EMAIL PROTECTED]");
+        dataIn.setFirstName("petra");
+        dataIn.setId(1);
+        dataIn.setLastName("A");
+        dataIn.setLoginID("petra");
+        dataIn.setPassword("ant");
+        
+        CustomerProfileData dataOut = client.createAccount(dataIn , false, 
false);
+        
+        assertEquals(dataIn.getAddress(), dataOut.getAddress());
+        assertEquals(dataIn.getEmail(), dataOut.getEmail());
+        assertEquals(dataIn.getFirstName(), dataOut.getFirstName());
+        assertEquals(dataIn.getId(), dataOut.getId());
+        assertEquals(dataIn.getLastName(), dataOut.getLastName());
+        assertEquals(dataIn.getLoginID(), dataOut.getLoginID());
+        assertEquals(dataIn.getPassword(), dataOut.getPassword());
+    }
+
+    protected void setUp() throws Exception {
+        
setApplicationSCDL(getClass().getResource("/META-INF/sca/sdoApplication.composite"));
+        super.setUp();
+    }
+
+    @Override
+    protected void tearDown() throws Exception {
+        super.tearDown();
+    }
+
+}

Propchange: 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/test/java/org/apache/tuscany/sca/itest/SDOWSDLTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/wsdl/src/test/java/org/apache/tuscany/sca/itest/SDOWSDLTestCase.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to