<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope 
	       xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" 
	       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	       xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<soap:Body>
		<submitResponse xmlns="http://wijis.wisconsin.gov/services/ProtectionOrderService/">
			<doc:ProtectionOrderResponseDocument 
				xmlns:doc="http://wijis.wisconsin.gov/specs/schemas/court-docs/protection-order/v1.2/2008-06-23/document/" 
				xmlns:protection-order="http://wijis.wisconsin.gov/specs/schemas/court-docs/protection-order/v1.2/2008-06-23/extension/" 
				xmlns:j="http://www.it.ojp.gov/jxdm/3.0.3" 
				xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
				xsi:schemaLocation="http://wijis.wisconsin.gov/specs/schemas/court-docs/protection-order/v1.2/2008-06-23/document/
					     ../ProtectionOrderResponse/ProtectionOrderResponse.xsd" 
				j:id="ID000038">
				<protection-order:ProtectionOrderDescriptiveMetadata>
					<j:DocumentReceivedDate>2006-09-16</j:DocumentReceivedDate>
					<protection-order:DocumentReceivedTime>14:20:00</protection-order:DocumentReceivedTime>
				</protection-order:ProtectionOrderDescriptiveMetadata>
				<protection-order:ProtectionOrder j:id="ID000058">
					<j:CourtOrderDesignatedLocation>
						<j:LocationAddress>
							<j:LocationCountyName>MILWAUKEE</j:LocationCountyName>
							<j:LocationCountyCode>55079</j:LocationCountyCode>
						</j:LocationAddress>
					</j:CourtOrderDesignatedLocation>
					<j:Case>
						<j:CaseDocketID>
							<j:ID>2006CV000500</j:ID>
						</j:CaseDocketID>
					</j:Case>
					<protection-order:ProtectionOrderSubject j:id="ID000078">
						<j:PersonName>
							<j:PersonGivenName>JOHN</j:PersonGivenName>
							<j:PersonMiddleName>O</j:PersonMiddleName>
							<j:PersonSurName>DOE</j:PersonSurName>
							<j:PersonSuffixName>JR</j:PersonSuffixName>
						</j:PersonName>
						<j:PersonBirthDate>1967-08-13</j:PersonBirthDate>
					</protection-order:ProtectionOrderSubject>
				</protection-order:ProtectionOrder>
			</doc:ProtectionOrderResponseDocument>			
          </submitResponse>
	</soap:Body>
</soap:Envelope>
