summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/src/main/resources/wsdl/CurrencyConverter.wsdl
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-16 06:56:33 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-16 06:56:33 +0000
commita71b61d9849faab265b9d0e6c1c1f92da6196528 (patch)
treee8e91760d16c7e0c149b3ba44a1bc5a3f348a212 /sandbox/travelsample/clients/currency-converter-ws-jaxws-client/src/main/resources/wsdl/CurrencyConverter.wsdl
parent64909b408c2bbed841866a1a397c52c4c06f82c5 (diff)
Add ant scripts and adjust packages for RMI and CORBA interop
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815634 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/clients/currency-converter-ws-jaxws-client/src/main/resources/wsdl/CurrencyConverter.wsdl8
1 files changed, 4 insertions, 4 deletions
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
index 1498ed0008..055431bbf2 100644
--- 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
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<wsdl:definitions name="CurrencyConverterService" targetNamespace="http://currencyconverter.scatours/"
- xmlns:tns="http://currencyconverter.scatours/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+<wsdl:definitions name="CurrencyConverterService" targetNamespace="http://currencyconverter.tuscanyscatours.com/"
+ xmlns:tns="http://currencyconverter.tuscanyscatours.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:SOAP11="http://schemas.xmlsoap.org/wsdl/soap/">
<wsdl:types>
- <xs:schema attributeFormDefault="qualified" elementFormDefault="unqualified" targetNamespace="http://currencyconverter.scatours/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ <xs:schema attributeFormDefault="qualified" elementFormDefault="unqualified" targetNamespace="http://currencyconverter.tuscanyscatours.com/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="getExchangeRate">
<xs:complexType>
<xs:sequence>
@@ -109,7 +109,7 @@
</wsdl:binding>
<wsdl:service name="CurrencyConverterService">
<wsdl:port name="CurrencyConverterPort" binding="tns:CurrencyConverterBinding">
- <SOAP:address location="http://10.10.10.135:8080/CurrencyConverter"/>
+ <SOAP:address location="http://localhost:8080/CurrencyConverter"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>