COURT INTEGRATION SERVICES

Court Integration Services enables authorized agencies' systems to exchange information with the Minnesota Judicial Branch systems.

Web Services Addresses


Web Services are accessed via a URL.   The URL for a particular service is made up by concatenating the following:

https://<Host Name>/<Environment>/<Service Path>/<Optional Protocol Specifier>

Host Name

Use one of the following host names depending on which environment you are working with:

  • Development: devqais.courts.state.mn.us
  • QA: devqais.courts.state.mn.us
  • Production: is.courts.state.mn.us

Environment

Use one of the following values for the environment depending on which environment you are working with:

  • Development: Deve
  • QA: Test
  • Production: Prod

Service Path

The service path is provided for you on the service specific page following the label "Service Address".

Optional Protocol Specifier

Our web services are accessible using a variety of web service protocol versions.   If your web service client has specific requirements that are not met by the default service you can include this specifier to force the web service to use specific versions.   If you do not use this you shouldn't include the "/" following the service path.    Use the following table to determine which specifier you require:

Specifier
Soap Version
WS Addressing Versions
Supports MTOM
<none>
1.2
1.0
No
cus11wsa2004
1.1
August 2004
No
cus12wsa2004
1.2
August 2004
No
cus11wsa10
1.1
1.0
No
cus12wsa10
1.2
1.0
No
mtom
1.2
1.0
Yes
cus11wsa2004mtom
1.1
August 2004
Yes
cus12wsa2004mtom
1.2
August 2004
Yes
cus11wsa10mtom
1.1
1.0
Yes
cus12wsa10mtom
1.2
1.0
Yes

Only services that involve the transmitting of binary objects, such as document images, will have as an option the specifiers that supports MTOM.

Examples

The following is an example URL for accessing a service in the QA environment without the optional protocol specifier:

https://devqais.courts.state.mn.us/Test/WebServices/ServiceCatalog/CaseGetService_3_6.svc

 

The following is an example URL for accessing a service in the QA environment that included an optional protocol specifier:

https://devqais.courts.state.mn.us/Test/WebServices/ServiceCatalog/CaseGetService_3_6.svc/cus12wsa2004

 


Revised:08/29/2016