<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://htng.org/2014A" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="OTAService" targetNamespace="http://htng.org/2014A">
	<wsdl:import namespace="http://htng.org/2014A" location="https://extranet.hotel-spider.ch/soap/OTA/../2014A/wsdls/OTABinding.wsdl"></wsdl:import>
	<wsdl:service name="OTAService">
		<wsdl:port name="OTA" binding="tns:OTABinding">
			<soap:address location="https://api.hotel-spider.com/soap/ota/ideas"></soap:address>
		</wsdl:port>
		<wsdl:port name="OTA_Secure" binding="tns:OTABindingSecure">
			<soap:address location="https://secure-api.hotel-spider.com/soap/ota/ideas"></soap:address>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>


