<!-- edited with XMLSpy v2015 (x64) (http://www.altova.com) by Federico Caramella (OmniTicket Network / VGS Systems Engineering) -->
<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="IWsAPIOtherservice" 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/Other.xsd"/>
		</xs:schema>
	</types>
	<message name="ExecStoredProcedure0Request">
		<part name="EXECSTOREDPROCEDUREREQ" type="tns:EXECSTOREDPROCEDUREREQ"/>
	</message>
	<message name="ExecStoredProcedure0Response">
		<part name="EXECSTOREDPROCEDURERESP" type="tns:EXECSTOREDPROCEDURERESP"/>
	</message>
	<message name="RaiseAnAccessViolationRequest">
		<part name="ADummy" type="xs:string"/>
	</message>
	<message name="RaiseAnAccessViolationResponse">
		<part name="return" type="tns:RAISEANACCESSVIOLATIONRESP"/>
	</message>
	<portType name="IWsAPIOther">
		<operation name="ExecStoredProcedure">
			<input message="tns:ExecStoredProcedure0Request"/>
			<output message="tns:ExecStoredProcedure0Response"/>
		</operation>
		<operation name="RaiseAnAccessViolation">
			<input message="tns:RaiseAnAccessViolationRequest"/>
			<output message="tns:RaiseAnAccessViolationResponse"/>
		</operation>
	</portType>
	<binding name="IWsAPIOtherbinding" type="tns:IWsAPIOther">
		<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="ExecStoredProcedure">
			<soap:operation soapAction="urn:WsAPIOtherIntf-IWsAPIOther#ExecStoredProcedure" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIOtherIntf-IWsAPIOther"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIOtherIntf-IWsAPIOther"/>
			</output>
		</operation>
		<operation name="RaiseAnAccessViolation">
			<soap:operation soapAction="urn:WsAPIOtherIntf-IWsAPIOther#RaiseAnAccessViolation" style="rpc"/>
			<input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIOtherIntf-IWsAPIOther"/>
			</input>
			<output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIOtherIntf-IWsAPIOther"/>
			</output>
		</operation>
	</binding>
	<service name="IWsAPIOtherservice">
		<port name="IWsAPIOtherPort" binding="tns:IWsAPIOtherbinding">
			<soap:address location="http://skc-isapi-b2c.vivaticket.com/BosServices.dll/soap/IWsAPIOther"/>
		</port>
	</service>
</definitions>

