WarrantStatusService_3_1


Click here for a complete list of operations.

SubmitUpdateWarrantStatus

Submit add update warrant status requests to MNCIS. Version 3:1

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /Prod/WebServices/CourtsIS_02/WarrantStatusService_3_1.asmx HTTP/1.1
Host: is.courts.state.mn.us
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.courts.state.mn.us/IS/02/SubmitUpdateWarrantStatus"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <HoldResponse xmlns="http://www.courts.state.mn.us/IS/02/">
      <RetrievalCode>string</RetrievalCode>
    </HoldResponse>
    <ResponseTo xmlns="http://www.courts.state.mn.us/IS/02/">
      <EndpointReference xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">
        <Address />
        <ReferenceProperties>xml</ReferenceProperties>
        <ReferenceParameters>xml</ReferenceParameters>
        <PortType />
        <ServiceName PortName="NCName" />xml</EndpointReference>
    </ResponseTo>
  </soap:Header>
  <soap:Body>
    <UpdateWarrantStatus schemaVersion="string" messageProducedDateTime="dateTime" xmlns="http://www.courts.state.mn.us/CourtXML/3">
      <EFileID>
        <ID>string</ID>
      </EFileID>
      <SubmittingAgencyORI>
        <ID>string</ID>
      </SubmittingAgencyORI>
      <CurrentWarrantStatus>
        <WarrantStatusTypeText />
        <WarrantStatusDate>date</WarrantStatusDate>
      </CurrentWarrantStatus>
      <NewWarrantStatus>
        <WarrantStatusTypeText code="IBARCLR or IBWOCLR" />
        <WarrantStatusDate>date</WarrantStatusDate>
        <WarrantStatusTime>time</WarrantStatusTime>
        <WarrantStatusComment>string</WarrantStatusComment>
      </NewWarrantStatus>
    </UpdateWarrantStatus>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <MessageReceived xmlns="http://www.courts.state.mn.us/IS/02/">boolean</MessageReceived>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /Prod/WebServices/CourtsIS_02/WarrantStatusService_3_1.asmx HTTP/1.1
Host: is.courts.state.mn.us
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <HoldResponse xmlns="http://www.courts.state.mn.us/IS/02/">
      <RetrievalCode>string</RetrievalCode>
    </HoldResponse>
    <ResponseTo xmlns="http://www.courts.state.mn.us/IS/02/">
      <EndpointReference xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">
        <Address />
        <ReferenceProperties>xml</ReferenceProperties>
        <ReferenceParameters>xml</ReferenceParameters>
        <PortType />
        <ServiceName PortName="NCName" />xml</EndpointReference>
    </ResponseTo>
  </soap12:Header>
  <soap12:Body>
    <UpdateWarrantStatus schemaVersion="string" messageProducedDateTime="dateTime" xmlns="http://www.courts.state.mn.us/CourtXML/3">
      <EFileID>
        <ID>string</ID>
      </EFileID>
      <SubmittingAgencyORI>
        <ID>string</ID>
      </SubmittingAgencyORI>
      <CurrentWarrantStatus>
        <WarrantStatusTypeText />
        <WarrantStatusDate>date</WarrantStatusDate>
      </CurrentWarrantStatus>
      <NewWarrantStatus>
        <WarrantStatusTypeText code="IBARCLR or IBWOCLR" />
        <WarrantStatusDate>date</WarrantStatusDate>
        <WarrantStatusTime>time</WarrantStatusTime>
        <WarrantStatusComment>string</WarrantStatusComment>
      </NewWarrantStatus>
    </UpdateWarrantStatus>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <MessageReceived xmlns="http://www.courts.state.mn.us/IS/02/">boolean</MessageReceived>
  </soap12:Body>
</soap12:Envelope>