
<?xml version="1.0" encoding="UTF-8" ?>

<definitions 
	wsdl:ServiceName="inventoryinquirywebservice ver 1.0"
	targetNamespace="http://www.opeiwebservices.org/bindings"  
	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
	xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
	xmlns:tns="http://www.opeiwebservices.org/bindings"  
	xmlns:opeiws="http://www.opeiwebservices.org/"
	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" >

<wsdl:types>
		<xsd:schema targetNamespace="http://www.opeiwebservices.org/schemas"
 elementFormDefault="qualified">

		<xsd:schemaLocation="http://www.opeiwebservices.org/schemas" />

		<xsd:import namespace="http://www.opeiwebservices.org/Schemas/InventoryAvailabilitySubmit ver 1.0.xsd"
		<xsd:import namespace="http://www.opeiwebservices.org/Schemas/InventoryAvailabilityResponse ver 1.0.xsd"

		</xsd:schema>
	</wsdl:types>

<wsdl:message name="SubmitMessage">
		<wsdl:part element="InventoryAvailability" />
	</wsdl:message>

	<wsdl:message name="ResponseMessage">
		<wsdl:part element="InventoryAvailabilityResponse" />
	</wsdl:message>

<wsdl:portType name="opeiTransportPortTypes">
		<operation name="ProcessMessage">
			<input message="tns:SubmitMessage" />
			<output message="tns:ResponseMessage" />
		</operation>
	</wsdl:portType>

<wsdl:binding name="opeiTransport" type="tns:opeiTransportPortTypes">
		<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
		<operation name="ProcessMessage">
			<soap:operation soapAction="http://www.opeiwebservices.org/bindings/ProcessMessage" style="document" />
			<input>
				<soap:body use="literal" />
			</input>
			<output>
				<soap:body use="literal" />
			</output>
		</operation>
	</wsdl:binding>
</definitions>

