<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://omniticket.network/ovw7" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" name="IWsAPIThirdPartyservice" targetNamespace="http://omniticket.network/ovw7">
	<types>
		<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://omniticket.network/ovw7">
			<xs:include schemaLocation="/xsd/ThirdParty.xsd"/>
		</xs:schema>
	</types>
	<message name="LoginSocioRequest">
		<part name="LoginReq" type="tns:LOGINREQ"/>
	</message>
	<message name="LoginSocioResponse">
		<part name="return" type="tns:LOGINRESP"/>
	</message>
	<message name="LoginPreventaRequest">
		<part name="LoginReq" type="tns:LOGINREQ"/>
	</message>
	<message name="LoginPreventaResponse">
		<part name="return" type="tns:LOGINRESP"/>
	</message>
	<message name="SeatingInfoRequest">
		<part name="SeatingInfoReq" type="tns:SEATINGINFOREQ"/>
	</message>
	<message name="SeatingInfoResponse">
		<part name="return" type="tns:SEATINGINFORESP"/>
	</message>
	<message name="HoldSeatRequest">
		<part name="HoldSeatReq" type="tns:THIRDHOLDSEATREQ"/>
	</message>
	<message name="HoldSeatResponse">
		<part name="return" type="tns:THIRDHOLDSEATRESP"/>
	</message>
	<message name="ReleaseSeatRequest">
		<part name="ReleaseSeatReq" type="tns:THIRDRELEASESEATREQ"/>
	</message>
	<message name="ReleaseSeatResponse">
		<part name="return" type="tns:THIRDRELEASESEATRESP"/>
	</message>
	<message name="DownloadExternalPDFRequest">
		<part name="DownloadExternalPDFReq" type="tns:DOWNLOADEXTERNALPDFREQ"/>
	</message>
	<message name="DownloadExternalPDFResponse">
		<part name="return" type="tns:DOWNLOADEXTERNALPDFRESP"/>
	</message>
	<message name="GetAccountByUUIDRequest">
		<part name="GetAccountByUUIDReq" type="tns:GETACCOUNTBYUUIDREQ"/>
	</message>
	<message name="GetAccountByUUIDResponse">
		<part name="return" type="tns:GETACCOUNTBYUUIDRESP"/>
	</message>
	<message name="SetCanalByAccountAKRequest">
		<part name="SetCanalByAccountAKReq" type="tns:SETCANALBYACCOUNTAKREQ"/>
	</message>
	<message name="SetCanalByAccountAKResponse">
		<part name="return" type="tns:SETCANALBYACCOUNTAKRESP"/>
	</message>
	<message name="ReleasePerformanceByUUIDRequest">
		<part name="ReleasePerformanceByUUIDReq" type="tns:RELEASEPERFORMANCEBYUUIDREQ"/>
	</message>
	<message name="ReleasePerformanceByUUIDResponse">
		<part name="return" type="tns:RELEASEPERFORMANCEBYUUIDRESP"/>
	</message>
	<message name="ReleasePerformanceByTicketIdRequest">
		<part name="ReleasePerformanceByTicketIdReq" type="tns:RELEASEPERFORMANCEBYTICKETIDREQ"/>
	</message>
	<message name="ReleasePerformanceByTicketIdResponse">
		<part name="return" type="tns:RELEASEPERFORMANCEBYTICKETIDRESP"/>
	</message>
	<message name="BottomLinePayRequest">
		<part name="BottomLinePayReq" type="tns:BOTTOMLINEPAYREQ"/>
	</message>
	<message name="BottomLinePayResponse">
		<part name="return" type="tns:BOTTOMLINEPAYRESP"/>
	</message>
	<portType name="IWsAPIThirdParty">
		<operation name="LoginSocio">
			<input message="tns:LoginSocioRequest"/>
			<output message="tns:LoginSocioResponse"/>
		</operation>
		<operation name="LoginPreventa">
			<input message="tns:LoginPreventaRequest"/>
			<output message="tns:LoginPreventaResponse"/>
		</operation>
		<operation name="SeatingInfo">
			<input message="tns:SeatingInfoRequest"/>
			<output message="tns:SeatingInfoResponse"/>
		</operation>
		<operation name="HoldSeat">
			<input message="tns:HoldSeatRequest"/>
			<output message="tns:HoldSeatResponse"/>
		</operation>
		<operation name="ReleaseSeat">
			<input message="tns:ReleaseSeatRequest"/>
			<output message="tns:ReleaseSeatResponse"/>
		</operation>
		<operation name="DownloadExternalPDF">
			<input message="tns:DownloadExternalPDFRequest"/>
			<output message="tns:DownloadExternalPDFResponse"/>
		</operation>
		<operation name="GetAccountByUUID">
			<input message="tns:GetAccountByUUIDRequest"/>
			<output message="tns:GetAccountByUUIDResponse"/>
		</operation>
		<operation name="SetCanalByAccountAK">
			<input message="tns:SetCanalByAccountAKRequest"/>
			<output message="tns:SetCanalByAccountAKResponse"/>
		</operation>
		<operation name="ReleasePerformanceByUUID">
			<input message="tns:ReleasePerformanceByUUIDRequest"/>
			<output message="tns:ReleasePerformanceByUUIDResponse"/>
		</operation>
		<operation name="ReleasePerformanceByTicketId">
			<input message="tns:ReleasePerformanceByTicketIdRequest"/>
			<output message="tns:ReleasePerformanceByTicketIdResponse"/>
		</operation>
		<operation name="BottomLinePay">
			<input message="tns:BottomLinePayRequest"/>
			<output message="tns:BottomLinePayResponse"/>
		</operation>
	</portType>
	<binding name="IWsAPIThirdPartybinding" type="tns:IWsAPIThirdParty">
		<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="LoginSocio">
			<soap:operation soapAction="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty#LoginSocio" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</output>
		</operation>
		<operation name="LoginPreventa">
			<soap:operation soapAction="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty#LoginPreventa" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</output>
		</operation>
		<operation name="SeatingInfo">
			<soap:operation soapAction="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty#SeatingInfo" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</output>
		</operation>
		<operation name="HoldSeat">
			<soap:operation soapAction="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty#HoldSeat" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</output>
		</operation>
		<operation name="ReleaseSeat">
			<soap:operation soapAction="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty#ReleaseSeat" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</output>
		</operation>
		<operation name="DownloadExternalPDF">
			<soap:operation soapAction="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty#DownloadExternalPDF" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</output>
		</operation>
		<operation name="GetAccountByUUID">
			<soap:operation soapAction="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty#GetAccountByUUID" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</output>
		</operation>
		<operation name="SetCanalByAccountAK">
			<soap:operation soapAction="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty#SetCanalByAccountAK" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</output>
		</operation>
		<operation name="ReleasePerformanceByUUID">
			<soap:operation soapAction="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty#ReleasePerformanceByUUID" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</output>
		</operation>
		<operation name="ReleasePerformanceByTicketId">
			<soap:operation soapAction="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty#ReleasePerformanceByTicketId" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</output>
		</operation>
		<operation name="BottomLinePay">
			<soap:operation soapAction="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty#BottomLinePay" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIThirdPartyIntf-IWsAPIThirdParty"/>
			</output>
		</operation>
	</binding>
	<service name="IWsAPIThirdPartyservice">
		<port name="IWsAPIThirdPartyPort" binding="tns:IWsAPIThirdPartybinding">
			<soap:address location="http://skc-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsAPIThirdParty"/>
		</port>
	</service>
</definitions>

