diff options
author | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-01 20:13:39 +0000 |
---|---|---|
committer | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-01 20:13:39 +0000 |
commit | 25d73a00fb7f94de99af7f3c1fed63b983678418 (patch) | |
tree | b89d41f2b59b9c7c8f570a60d78d8a5f90b6c94f /sca-java-1.x/trunk/tutorials/travelsample/contributions | |
parent | 7b3079eeae27983e0a118710cfc61c87fa3886de (diff) |
No need to specify the interface using interface.java as it can be worked out by Tuscany from the WSDL
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991682 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/contributions')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-ws/src/main/resources/currency-converter-ws.composite | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-ws/src/main/resources/currency-converter-ws.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-ws/src/main/resources/currency-converter-ws.composite index b048a826f1..104b1a0b1c 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-ws/src/main/resources/currency-converter-ws.composite +++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-ws/src/main/resources/currency-converter-ws.composite @@ -24,7 +24,6 @@ <component name="CurrencyConverter">
<implementation.java class="com.tuscanyscatours.currencyconverter.impl.CurrencyConverterImpl" />
<service name="CurrencyConverter">
- <interface.java interface="com.tuscanyscatours.currencyconverter.CurrencyConverter" />
<binding.ws />
</service>
</component>
|