From 0c42d058fbf39f63d529c86e1b81ca79927bae19 Mon Sep 17 00:00:00 2001 From: mcombellack Date: Thu, 21 May 2009 11:31:17 +0000 Subject: Now uses bundled WSDL file rather than requiring the Currency Converter web service to be running git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777076 13f79535-47bb-0310-9956-ffa450edef68 --- .../currency-converter-ws-jaxws-client/pom.xml | 4 +- .../src/main/resources/wsdl/CurrencyConverter.wsdl | 115 +++++++++++++++++++++ 2 files changed, 116 insertions(+), 3 deletions(-) create mode 100644 sandbox/travelsample/clients/currency-converter-ws-jaxws-client/src/main/resources/wsdl/CurrencyConverter.wsdl (limited to 'sandbox/travelsample') diff --git a/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml b/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml index 99284091fb..309572e007 100644 --- a/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml +++ b/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml @@ -50,9 +50,7 @@ wsimport - - http://localhost:8080/CurrencyConverter?wsdl - + ${basedir}/src/main/resources/wsdl scatours.curencyconverter.client diff --git a/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/src/main/resources/wsdl/CurrencyConverter.wsdl b/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/src/main/resources/wsdl/CurrencyConverter.wsdl new file mode 100644 index 0000000000..1498ed0008 --- /dev/null +++ b/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/src/main/resources/wsdl/CurrencyConverter.wsdl @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3