<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="https://tea4avdplbprod.tea.state.tx.us/uid/services/BatchInfo" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="https://tea4avdplbprod.tea.state.tx.us/uid/services/BatchInfo" xmlns:intf="https://tea4avdplbprod.tea.state.tx.us/uid/services/BatchInfo" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://www.escholar.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<!--
	WSDL created by Apache Axis version: 1.4
	Built on Apr 22, 2006 (06:55:48 PDT)
	-->
	<wsdl:types>
		<schema targetNamespace="http://www.escholar.com" xmlns="http://www.w3.org/2001/XMLSchema">
			<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
			<complexType name="BatchInfoResult">
				<sequence>
					<element name="batchNumber" type="xsd:long"/>
					<element name="batchStatus" nillable="true" type="xsd:string"/>
					<element name="nearMatchCount" type="xsd:long"/>
					<element name="stateStudentId" nillable="true" type="xsd:string"/>
					<element name="status" nillable="true" type="xsd:string"/>
					<element name="totalNumberRecords" type="xsd:long"/>
					<element name="transactionStatus" nillable="true" type="xsd:string"/>
				</sequence>
			</complexType>
		</schema>
	</wsdl:types>
	<wsdl:message name="getBatchInformationResponse">
		<wsdl:part name="getBatchInformationReturn" type="tns1:BatchInfoResult"/>
	</wsdl:message>
	<wsdl:message name="getBatchInformationRequest">
		<wsdl:part name="batchNumber" type="xsd:long"/>
		<wsdl:part name="userId" type="xsd:string"/>
		<wsdl:part name="password" type="xsd:string"/>
	</wsdl:message>
	<wsdl:portType name="BatchInfo">
		<wsdl:operation name="getBatchInformation" parameterOrder="batchNumber userId password">
			<wsdl:input message="impl:getBatchInformationRequest" name="getBatchInformationRequest"/>
			<wsdl:output message="impl:getBatchInformationResponse" name="getBatchInformationResponse"/>
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="BatchInfoSoapBinding" type="impl:BatchInfo">
		<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
		<wsdl:operation name="getBatchInformation">
			<wsdlsoap:operation soapAction=""/>
			<wsdl:input name="getBatchInformationRequest">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws.escholar.com" use="encoded"/>
			</wsdl:input>
			<wsdl:output name="getBatchInformationResponse">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://tea4avdplbprod.tea.state.tx.us/uid/services/BatchInfo" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
	</wsdl:binding>
	<wsdl:service name="BatchInfoService">
		<wsdl:port binding="impl:BatchInfoSoapBinding" name="BatchInfo">
			<wsdlsoap:address location="https://tea4avdplbprod.tea.state.tx.us/uid/services/BatchInfo"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>