summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/src/main/resources/wsdl/CurrencyConverter.wsdl
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/clients/currency-converter-ws-jaxws-client/src/main/resources/wsdl/CurrencyConverter.wsdl')
-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>