<?xml version="1.0"?>
<soap:Envelope xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2003/05/soap-envelope http://www.w3.org/2003/05/soap-envelope">
	<soap:Header>
		<wsa:Action>http://www.courts.state.mn.us/IS/01/CaseSearchByPartyRequest</wsa:Action>
		<wsse:Security xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="SecurityToken-474cdcf8-d146-4a79-9b31-781ceb809f16">
			<wsse:UsernameToken>
				<wsse:Username>youraccount</wsse:Username>
				<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">33113311</wsse:Password>
				<wsse:Nonce>P06xpupEszaq9Qzn53DIfb==</wsse:Nonce>
				<wsu:Created>2004-12-21T14:03:34Z</wsu:Created>
			</wsse:UsernameToken>
		</wsse:Security>
		<wsa:To>http://www.courts.state.mn.us/IS/02</wsa:To>
		<wsa:ReplyTo>
			<wsa:Address>wmq:RESP_QUEUE@MYQUEUEMANAGER</wsa:Address>
		</wsa:ReplyTo>
	</soap:Header>
	<soap:Body>
		<CaseSearchByPartyRequest schemaVersion="3:1" xmlns="http://www.courts.state.mn.us/CourtXML/3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
			<Selection>
			<PersonStateID>
					<ID>123456</ID>
					<IDJurisdictionCode>MN</IDJurisdictionCode>
				</PersonStateID> 
			</Selection>
			<Restriction>
				<CaseTypes>
					<CaseCategoryText xsi:nil="true" code="CR"/>
				</CaseTypes> 
			</Restriction>
		</CaseSearchByPartyRequest>
	</soap:Body>
</soap:Envelope>
