<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsAPIFairservice" targetNamespace="http://omniticket.network/ovw7" 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/">
	<types>
		<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://omniticket.network/ovw7">
			<xs:include schemaLocation="/xsd/FairEnquiry.xsd"/>
		</xs:schema>
	</types>
	<message name="GetFairSales0Request">
		<part name="GETFAIRSALESREQ" type="tns:GETFAIRSALESREQ"/>
	</message>
	<message name="GetFairSales0Response">
		<part name="return" type="tns:GETFAIRSALESRESP"/>
	</message>
	<message name="GetFairAccounts0Request">
		<part name="GETFAIRACCOUNTSREQ" type="tns:GETFAIRACCOUNTSREQ"/>
	</message>
	<message name="GetFairAccounts0Response">
		<part name="return" type="tns:GETFAIRACCOUNTSRESP"/>
	</message>
	<message name="GetFairAccountCSV0Request">
		<part name="ADmgCategoryAK" type="xs:string"/>
	</message>
	<message name="GetFairAccountCSV0Response">
		<part name="return" type="tns:GETFAIRACCOUNTCSVRESP"/>
	</message>
	<message name="GetFairSalesCSV0Request">
		<part name="AEventAK" type="xs:string"/>
		<part name="ADateFrom" type="xs:date"/>
		<part name="ADateTo" type="xs:date"/>
	</message>
	<message name="GetFairSalesCSV0Response">
		<part name="return" type="tns:GETFAIRSALESCSVRESP"/>
	</message>
	<message name="SendTckOwnerEmail0Request">
		<part name="SENDTCKOWNEREMAILREQ" type="tns:SENDTCKOWNEREMAILREQ"/>
	</message>
	<message name="SendTckOwnerEmail0Response">
		<part name="return" type="tns:SENDTCKOWNEREMAILRESP"/>
	</message>
	<message name="SendAccountRefusedEmail0Request">
		<part name="AAccountAk" type="xs:string"/>
	</message>
	<message name="SendAccountRefusedEmail0Response">
		<part name="return" type="tns:SENDTCKOWNEREMAILRESP"/>
	</message>
	<message name="SendAccountToBeApprovedEmail0Request">
		<part name="AAccountAk" type="xs:string"/>
	</message>
	<message name="SendAccountToBeApprovedEmail0Response">
		<part name="return" type="tns:SENDTCKOWNEREMAILRESP"/>
	</message>
	<message name="GetFairSalesDashBoard0Request">
		<part name="GETFAIRSALESDASHBOARDREQ" type="tns:GETFAIRSALESDASHBOARDREQ"/>
	</message>
	<message name="GetExtendedSales0Response">
		<part name="return" type="tns:GETEXTENDEDSALESRESP"/>
	</message>
	<message name="GetExtendedSales0Request">
		<part name="GETEXTENDEDSALESREQ" type="tns:GETEXTENDEDSALESREQ"/>
	</message>
	<message name="GetFairSalesDashBoard0Response">
		<part name="return" type="tns:GETFAIRSALESDASHBOARDRESP"/>
	</message>
	<portType name="IWsAPIFair">
		<operation name="GetFairSales">
			<input message="tns:GetFairSales0Request"/>
			<output message="tns:GetFairSales0Response"/>
		</operation>
		<operation name="GetFairAccounts">
			<input message="tns:GetFairAccounts0Request"/>
			<output message="tns:GetFairAccounts0Response"/>
		</operation>
		<operation name="GetFairAccountCSV">
			<input message="tns:GetFairAccountCSV0Request"/>
			<output message="tns:GetFairAccountCSV0Response"/>
		</operation>
		<operation name="GetFairSalesCSV">
			<input message="tns:GetFairSalesCSV0Request"/>
			<output message="tns:GetFairSalesCSV0Response"/>
		</operation>
		<operation name="SendTckOwnerEmail">
			<input message="tns:SendTckOwnerEmail0Request"/>
			<output message="tns:SendTckOwnerEmail0Response"/>
		</operation>
		<operation name="SendAccountToBeApprovedEmail">
			<input message="tns:SendAccountToBeApprovedEmail0Request"/>
			<output message="tns:SendAccountToBeApprovedEmail0Response"/>
		</operation>
		<operation name="SendAccountRefusedEmail">
			<input message="tns:SendAccountRefusedEmail0Request"/>
			<output message="tns:SendAccountRefusedEmail0Response"/>
		</operation>
		<operation name="GetFairSalesDashBoard">
			<input message="tns:GetFairSalesDashBoard0Request"/>
			<output message="tns:GetFairSalesDashBoard0Response"/>
		</operation>
		<operation name="GetExtendedSales">
			<input message="tns:GetExtendedSales0Request"/>
			<output message="tns:GetExtendedSales0Response"/>
		</operation>
	</portType>
	<binding name="IWsAPIFairbinding" type="tns:IWsAPIFair">
		<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="GetFairSales">
			<soap:operation soapAction="urn:WsAPIFairIntf-IWsAPIFair#GetFairSales" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIFairIntf-IWsAPIFair"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIFairIntf-IWsAPIFair"/>
			</output>
		</operation>
		<operation name="GetFairAccounts">
			<soap:operation soapAction="urn:WsAPIFairIntf-IWsAPIFair#GetFairAccounts" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIFairIntf-IWsAPIFair"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIFairIntf-IWsAPIFair"/>
			</output>
		</operation>
		<operation name="GetFairAccountCSV">
			<soap:operation soapAction="urn:WsAPIFairIntf-IWsAPIFair#GetFairAccountCSV" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIFairIntf-IWsAPIFair"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIFairIntf-IWsAPIFair"/>
			</output>
		</operation>
		<operation name="GetFairSalesCSV">
			<soap:operation soapAction="urn:WsAPIFairIntf-IWsAPIFair#GetFairSalesCSV" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIFairIntf-IWsAPIFair"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIFairIntf-IWsAPIFair"/>
			</output>
		</operation>
		<operation name="SendTckOwnerEmail">
			<soap:operation soapAction="urn:WsAPIFairIntf-IWsAPIFair#SendTckOwnerEmail" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIFairIntf-IWsAPIFair"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIFairIntf-IWsAPIFair"/>
			</output>
		</operation>
		<operation name="SendAccountToBeApprovedEmail">
			<soap:operation soapAction="urn:WsAPIFairIntf-IWsAPIFair#SendAccountToBeApprovedEmail" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIFairIntf-IWsAPIFair"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIFairIntf-IWsAPIFair"/>
			</output>
		</operation>
		<operation name="SendAccountRefusedEmail">
			<soap:operation soapAction="urn:WsAPIFairIntf-IWsAPIFair#SendAccountRefusedEmail" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIFairIntf-IWsAPIFair"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIFairIntf-IWsAPIFair"/>
			</output>
		</operation>
		<operation name="GetFairSalesDashBoard">
			<soap:operation soapAction="urn:WsAPIFairIntf-IWsAPIFair#GetFairSalesDashBoard" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIFairIntf-IWsAPIFair"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIFairIntf-IWsAPIFair"/>
			</output>
		</operation>
		<operation name="GetExtendedSales">
			<soap:operation soapAction="urn:WsAPIFairIntf-IWsAPIFair#GetExtendedSales" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIFairIntf-IWsAPIFair"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIFairIntf-IWsAPIFair"/>
			</output>
		</operation>
	</binding>
	<service name="IWsAPIFairservice">
		<port name="IWsAPIFairPort" binding="tns:IWsAPIFairbinding">
			<soap:address location="http://tcl-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsAPIFair"/>
		</port>
	</service>
</definitions>

