<?xml version="1.0" encoding="utf-8"?>
<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/02/CaseGetRequest</wsa:Action>
		<wsa:MessageID>uuid:414D51204D53434A423031442020202083333C49201F9F02</wsa:MessageID>
		<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>YourUsername</wsse:Username>
				<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">YourPassword</wsse:Password>
			</wsse:UsernameToken>
		</wsse:Security>
		<wsa:To>http://www.courts.state.mn.us/IS/02</wsa:To>
		<wsa:ReplyTo>
			<wsa:Address>your reply address</wsa:Address>
		</wsa:ReplyTo>
	</soap:Header>
	<soap:Body> 
		<CaseGetRequest schemaVersion="3:3" xmlns="http://www.courts.state.mn.us/CourtXML/3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
			<Selection>
				<CourtFileNumber>
					<ID>10-CR-09-99999</ID>
				</CourtFileNumber>
			</Selection>
			<CaseOptions>
				<CourtCaseHeaderGroup><SelectedIndicator>true</SelectedIndicator></CourtCaseHeaderGroup>
				<InterimConditionsOrder><SelectedIndicator>true</SelectedIndicator></InterimConditionsOrder>
				<Charge><SelectedIndicator>true</SelectedIndicator></Charge>
				<ChargeDispositions><SelectedIndicator>true</SelectedIndicator></ChargeDispositions>
				<CourtDecisions><SelectedIndicator>true</SelectedIndicator></CourtDecisions>
				<HearingTrialSetting><SelectedIndicator>true</SelectedIndicator></HearingTrialSetting>
				<Bond><SelectedIndicator>true</SelectedIndicator></Bond>
				<SubjectParties><SelectedIndicator>true</SelectedIndicator></SubjectParties> 
				<Warrant><SelectedIndicator>true</SelectedIndicator></Warrant> 
			</CaseOptions>
		</CaseGetRequest> 
	</soap:Body>
</soap:Envelope>
