<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="https://tea4avdplbprod.tea.state.tx.us/uid/services/NearMatchResolutionV2" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="https://tea4avdplbprod.tea.state.tx.us/uid/services/NearMatchResolutionV2" xmlns:intf="https://tea4avdplbprod.tea.state.tx.us/uid/services/NearMatchResolutionV2" 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://xml.apache.org/xml-soap"/>
			<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
			<complexType name="NearMatchResolutionResultV2">
				<sequence>
					<element name="aliasId" nillable="true" type="xsd:string"/>
					<element name="stateStudentId" nillable="true" type="xsd:string"/>
					<element name="status" nillable="true" type="xsd:string"/>
				</sequence>
			</complexType>
		</schema>
		<schema targetNamespace="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema">
			<import namespace="http://www.escholar.com"/>
			<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
			<complexType name="mapItem">
				<sequence>
					<element name="key" nillable="true" type="xsd:anyType"/>
					<element name="value" nillable="true" type="xsd:anyType"/>
				</sequence>
			</complexType>
			<complexType name="Map">
				<sequence>
					<element maxOccurs="unbounded" minOccurs="0" name="item" type="apachesoap:mapItem"/>
				</sequence>
			</complexType>
		</schema>
	</wsdl:types>
	<wsdl:message name="assignIdResponse">
		<wsdl:part name="assignIdReturn" type="tns1:NearMatchResolutionResultV2"/>
	</wsdl:message>
	<wsdl:message name="cancelRequest">
		<wsdl:part name="tranSerialNumber" type="xsd:string"/>
		<wsdl:part name="stateStudentId" type="xsd:string"/>
		<wsdl:part name="userId" type="xsd:string"/>
		<wsdl:part name="password" type="xsd:string"/>
	</wsdl:message>
	<wsdl:message name="assignIdRequest">
		<wsdl:part name="tranSerialNumber" type="xsd:string"/>
		<wsdl:part name="stateStudentId" type="xsd:string"/>
		<wsdl:part name="userId" type="xsd:string"/>
		<wsdl:part name="password" type="xsd:string"/>
	</wsdl:message>
	<wsdl:message name="auditResolveNearMatchEntryRequest">
		<wsdl:part name="msg" type="xsd:string"/>
		<wsdl:part name="loginId" type="xsd:string"/>
		<wsdl:part name="p" type="apachesoap:Map"/>
	</wsdl:message>
	<wsdl:message name="cancelResponse">
		<wsdl:part name="cancelReturn" type="tns1:NearMatchResolutionResultV2"/>
	</wsdl:message>
	<wsdl:message name="createNewIdResponse">
		<wsdl:part name="createNewIdReturn" type="tns1:NearMatchResolutionResultV2"/>
	</wsdl:message>
	<wsdl:message name="createNewIdRequest">
		<wsdl:part name="tranSerialNumber" type="xsd:string"/>
		<wsdl:part name="stateStudentId" type="xsd:string"/>
		<wsdl:part name="userId" type="xsd:string"/>
		<wsdl:part name="password" type="xsd:string"/>
	</wsdl:message>
	<wsdl:message name="auditResolveNearMatchEntryResponse"></wsdl:message>
	<wsdl:portType name="NearMatchResolutionV2">
		<wsdl:operation name="cancel" parameterOrder="tranSerialNumber stateStudentId userId password">
			<wsdl:input message="impl:cancelRequest" name="cancelRequest"/>
			<wsdl:output message="impl:cancelResponse" name="cancelResponse"/>
		</wsdl:operation>
		<wsdl:operation name="assignId" parameterOrder="tranSerialNumber stateStudentId userId password">
			<wsdl:input message="impl:assignIdRequest" name="assignIdRequest"/>
			<wsdl:output message="impl:assignIdResponse" name="assignIdResponse"/>
		</wsdl:operation>
		<wsdl:operation name="createNewId" parameterOrder="tranSerialNumber stateStudentId userId password">
			<wsdl:input message="impl:createNewIdRequest" name="createNewIdRequest"/>
			<wsdl:output message="impl:createNewIdResponse" name="createNewIdResponse"/>
		</wsdl:operation>
		<wsdl:operation name="auditResolveNearMatchEntry" parameterOrder="msg loginId p">
			<wsdl:input message="impl:auditResolveNearMatchEntryRequest" name="auditResolveNearMatchEntryRequest"/>
			<wsdl:output message="impl:auditResolveNearMatchEntryResponse" name="auditResolveNearMatchEntryResponse"/>
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="NearMatchResolutionV2SoapBinding" type="impl:NearMatchResolutionV2">
		<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
		<wsdl:operation name="cancel">
			<wsdlsoap:operation soapAction=""/>
			<wsdl:input name="cancelRequest">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://wsv2.escholar.com" use="encoded"/>
			</wsdl:input>
			<wsdl:output name="cancelResponse">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://tea4avdplbprod.tea.state.tx.us/uid/services/NearMatchResolutionV2" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="assignId">
			<wsdlsoap:operation soapAction=""/>
			<wsdl:input name="assignIdRequest">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://wsv2.escholar.com" use="encoded"/>
			</wsdl:input>
			<wsdl:output name="assignIdResponse">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://tea4avdplbprod.tea.state.tx.us/uid/services/NearMatchResolutionV2" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="createNewId">
			<wsdlsoap:operation soapAction=""/>
			<wsdl:input name="createNewIdRequest">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://wsv2.escholar.com" use="encoded"/>
			</wsdl:input>
			<wsdl:output name="createNewIdResponse">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://tea4avdplbprod.tea.state.tx.us/uid/services/NearMatchResolutionV2" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="auditResolveNearMatchEntry">
			<wsdlsoap:operation soapAction=""/>
			<wsdl:input name="auditResolveNearMatchEntryRequest">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://wsv2.escholar.com" use="encoded"/>
			</wsdl:input>
			<wsdl:output name="auditResolveNearMatchEntryResponse">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://tea4avdplbprod.tea.state.tx.us/uid/services/NearMatchResolutionV2" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
	</wsdl:binding>
	<wsdl:service name="NearMatchResolutionV2Service">
		<wsdl:port binding="impl:NearMatchResolutionV2SoapBinding" name="NearMatchResolutionV2">
			<wsdlsoap:address location="https://tea4avdplbprod.tea.state.tx.us/uid/services/NearMatchResolutionV2"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>
