<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsAPIDonationservice" 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/DonationEnquiry.xsd"/>
		</xs:schema>
	</types>
	<message name="SearchDonations5Request">
		<part name="SEARCHDONATIONSREQ" type="tns:SEARCHDONATIONSREQ"/>
	</message>
	<message name="SearchDonations5Response">
		<part name="return" type="tns:SEARCHDONATIONSRESP"/>
	</message>
	<portType name="IWsAPIDonation">
		<operation name="SearchDonations">
			<input message="tns:SearchDonations5Request"/>
			<output message="tns:SearchDonations5Response"/>
		</operation>
	</portType>
	<binding name="IWsAPIDonationbinding" type="tns:IWsAPIDonation">
		<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="SearchDonations">
			<soap:operation soapAction="urn:WsAPIDonationIntf-IWsAPIDonation#SearchDonations" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIDonationIntf-IWsAPIDonation"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIDonationIntf-IWsAPIDonation"/>
			</output>
		</operation>
	</binding>
	<service name="IWsAPIDonationservice">
		<port name="IWsAPIDonationPort" binding="tns:IWsAPIDonationbinding">
			<soap:address location="http://skc-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsAPIDonation"/>
		</port>
	</service>
</definitions>

