<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:trans="http://transfer.org/AdmissionsApp" xmlns:tae="http://tempURI.edu/extract" targetNamespace="http://tempURI.edu/extract">
	<types>
		<xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns="http://tempURI.edu/extract" targetNamespace="http://tempURI.edu/extract">
			<xs:element name="extractRequest">
				<xs:complexType>
					<xs:all>
						<xs:element name="locator" type="xs:string"/>
						<xs:element name="destination">
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:pattern value="[0-9]{6}"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:element>
					</xs:all>
				</xs:complexType>
			</xs:element>
			<xs:element name="extractResult" type="xs:anyType"/>
		</xs:schema>
	</types>
	<message name="ExtractIn">
		<part name="parameter" element="tae:extractRequest"/>
	</message>
	<message name="ExtractOut">
		<part name="parameter" element="tae:extractResult"/>
	</message>
	<portType name="ExtractPortType">
		<documentation>Applicable to all transports</documentation>
		<operation name="extract">
			<input message="tae:ExtractIn"/>
			<output message="tae:ExtractOut"/>
		</operation>
	</portType>
	<binding name="ExtractSOAPBinding" type="tae:ExtractPortType">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="extract">
			<soap:operation soapAction="http://tempURI.edu/extract/extract" style="document"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
	</binding>
	<service name="ExtractSOAPService">
		<port name="ExtractSOAPPort" binding="tae:ExtractSOAPBinding">
			<soap:address location="http://localhost/ExtractService/Demographics.asmx"/>
		</port>
	</service>
</definitions>
