You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2006/08/12 03:18:25 UTC

svn commit: r430938 - /incubator/tuscany/cpp/sca/samples/BigBank/Accounts/Accounts.composite

Author: jsdelfino
Date: Fri Aug 11 18:18:25 2006
New Revision: 430938

URL: http://svn.apache.org/viewvc?rev=430938&view=rev
Log:
Minor fix to make the composite file comply with the SCDL XSD

Modified:
    incubator/tuscany/cpp/sca/samples/BigBank/Accounts/Accounts.composite

Modified: incubator/tuscany/cpp/sca/samples/BigBank/Accounts/Accounts.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/BigBank/Accounts/Accounts.composite?rev=430938&r1=430937&r2=430938&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/samples/BigBank/Accounts/Accounts.composite (original)
+++ incubator/tuscany/cpp/sca/samples/BigBank/Accounts/Accounts.composite Fri Aug 11 18:18:25 2006
@@ -17,6 +17,12 @@
 <composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
 	name="Accounts">
 
+	<service name="WSAccountService" multiplicity="1..1">
+		<interface.wsdl interface="AccountService.wsdl"/>
+		<binding.ws port="http://www.bigbank.com/AccountService#wsdl.endpoint(AccountService/AccountServiceSOAP)"/>
+		<reference>AccountServiceComponent</reference>
+	</service>
+
 	<component name="AccountServiceComponent">
 		<implementation.cpp library="Accounts" header="AccountServiceImpl.h"/>
 		<reference name="accountData">AccountDataServiceComponent</reference>
@@ -32,12 +38,6 @@
 		<implementation.cpp library="Accounts" header="StockQuoteServiceImpl.h"/>
 		<reference name="webService">StockQuoteWebService</reference>
 	</component>  
-
-	<service name="WSAccountService" multiplicity="1..1">
-		<interface.wsdl interface="AccountService.wsdl"/>
-		<binding.ws port="http://www.bigbank.com/AccountService#wsdl.endpoint(AccountService/AccountServiceSOAP)"/>
-		<reference>AccountServiceComponent</reference>
-	</service>
 
 	<reference name="StockQuoteWebService">
 		<interface.cpp header="StockQuoteWebService.h"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org