<?xml version="1.0"?>
<soap:Envelope xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
	<soap:Header>
	<yourns:SomeData xmlns:yourns="yournamespace">data</yourns:SomeData>>
	<wsa:Action>http://www.courts.state.mn.us/IS/02/CaseGetReply</wsa:Action>
		<wsa:MessageID>urn:uuid:4d48edea-03c2-4448-842d-b228fb3ca214</wsa:MessageID>
		<wsa:RelatesTo>uuid:X414d5120574d424445564c20202020200212be47253b5304</wsa:RelatesTo>
		<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
		<wsse:Security soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
			<wsu:Timestamp wsu:Id="Timestamp-bd99b33e-f569-4489-b1cd-488044ad90b5" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
				<wsu:Created>2008-03-05T16:20:13Z</wsu:Created>
				<wsu:Expires>2008-03-05T16:25:13Z</wsu:Expires>
			</wsu:Timestamp>
			<wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="SecurityToken-4f656bda-f4aa-485e-891c-241040fcdee7">
				<wsse:Username>courts.state.mn.us/IntegrationBroker</wsse:Username>
				<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">abc123</wsse:Password>
				<wsse:Nonce>UNib1pIYa0xbNOvC1QKuKQ==</wsse:Nonce>
				<wsu:Created>2008-03-05T16:20:13Z</wsu:Created>
			</wsse:UsernameToken>
		</wsse:Security>
	</soap:Header>
	<soap:Body>
		<CaseGetReply schemaVersion="3:1" messageProducedDateTime="2008-03-05T10:20:11-06:00" xmlns="http://www.courts.state.mn.us/CourtXML/3">
			<CaseRequest caseNumberKey="02T506014022" caseKey="1401752">
				<CourtFileNumber>
					<ID>02-T5-06-014022</ID>
				</CourtFileNumber>
				<CaseInformation>
					<!-- elements removed  -->
				</CaseInformation>
			</CaseRequest>
		</CaseGetReply>
	</soap:Body>
</soap:Envelope>
