wsPubQTestTSTS


Click here for a complete list of operations.

TestResults

Sends the test results for a specific mvid.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
psExSysToken:
psExSysID:
psqmi2_ip_tran_type:
piqmi2_ip_mvid:
psqmi2_ip_exam_type_group:
psqmi2_ip_exam_office:
psqmi2_ip_examiner_id:
psqmi2_ip_exam_date:
psqmi2_ip_exam_subtest_type:
psqmi2_ip_exam_result:
psqmi2_ip_exam_form:
psqmi2_ip_filler:

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 /wsPubQTestTSTS.asmx HTTP/1.1
Host: wspubqtesttsts.ws.state.wy.us
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/TestResults"

<?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>
    <TestResults xmlns="http://tempuri.org/">
      <psExSysToken>string</psExSysToken>
      <psExSysID>string</psExSysID>
      <psqmi2_ip_tran_type>string</psqmi2_ip_tran_type>
      <piqmi2_ip_mvid>int</piqmi2_ip_mvid>
      <psqmi2_ip_exam_type_group>string</psqmi2_ip_exam_type_group>
      <psqmi2_ip_exam_office>string</psqmi2_ip_exam_office>
      <psqmi2_ip_examiner_id>string</psqmi2_ip_examiner_id>
      <psqmi2_ip_exam_date>string</psqmi2_ip_exam_date>
      <psqmi2_ip_exam_subtest_type>string</psqmi2_ip_exam_subtest_type>
      <psqmi2_ip_exam_result>string</psqmi2_ip_exam_result>
      <psqmi2_ip_exam_form>string</psqmi2_ip_exam_form>
      <psqmi2_ip_filler>string</psqmi2_ip_filler>
    </TestResults>
  </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>
    <TestResultsResponse xmlns="http://tempuri.org/">
      <TestResultsResult>
        <qmi2_op_response_code>string</qmi2_op_response_code>
        <qmi2_op_mvid>int</qmi2_op_mvid>
        <qmi2_op_name>string</qmi2_op_name>
        <qmi2_op_dob>string</qmi2_op_dob>
        <qmi2_op_filler>string</qmi2_op_filler>
        <qmi2_op_Error>string</qmi2_op_Error>
      </TestResultsResult>
    </TestResultsResponse>
  </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 /wsPubQTestTSTS.asmx HTTP/1.1
Host: wspubqtesttsts.ws.state.wy.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:Body>
    <TestResults xmlns="http://tempuri.org/">
      <psExSysToken>string</psExSysToken>
      <psExSysID>string</psExSysID>
      <psqmi2_ip_tran_type>string</psqmi2_ip_tran_type>
      <piqmi2_ip_mvid>int</piqmi2_ip_mvid>
      <psqmi2_ip_exam_type_group>string</psqmi2_ip_exam_type_group>
      <psqmi2_ip_exam_office>string</psqmi2_ip_exam_office>
      <psqmi2_ip_examiner_id>string</psqmi2_ip_examiner_id>
      <psqmi2_ip_exam_date>string</psqmi2_ip_exam_date>
      <psqmi2_ip_exam_subtest_type>string</psqmi2_ip_exam_subtest_type>
      <psqmi2_ip_exam_result>string</psqmi2_ip_exam_result>
      <psqmi2_ip_exam_form>string</psqmi2_ip_exam_form>
      <psqmi2_ip_filler>string</psqmi2_ip_filler>
    </TestResults>
  </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>
    <TestResultsResponse xmlns="http://tempuri.org/">
      <TestResultsResult>
        <qmi2_op_response_code>string</qmi2_op_response_code>
        <qmi2_op_mvid>int</qmi2_op_mvid>
        <qmi2_op_name>string</qmi2_op_name>
        <qmi2_op_dob>string</qmi2_op_dob>
        <qmi2_op_filler>string</qmi2_op_filler>
        <qmi2_op_Error>string</qmi2_op_Error>
      </TestResultsResult>
    </TestResultsResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /wsPubQTestTSTS.asmx/TestResults?psExSysToken=string&psExSysID=string&psqmi2_ip_tran_type=string&piqmi2_ip_mvid=string&psqmi2_ip_exam_type_group=string&psqmi2_ip_exam_office=string&psqmi2_ip_examiner_id=string&psqmi2_ip_exam_date=string&psqmi2_ip_exam_subtest_type=string&psqmi2_ip_exam_result=string&psqmi2_ip_exam_form=string&psqmi2_ip_filler=string HTTP/1.1
Host: wspubqtesttsts.ws.state.wy.us
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<strTestResultsOutput xmlns="http://tempuri.org/">
  <qmi2_op_response_code>string</qmi2_op_response_code>
  <qmi2_op_mvid>int</qmi2_op_mvid>
  <qmi2_op_name>string</qmi2_op_name>
  <qmi2_op_dob>string</qmi2_op_dob>
  <qmi2_op_filler>string</qmi2_op_filler>
  <qmi2_op_Error>string</qmi2_op_Error>
</strTestResultsOutput>

HTTP POST

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

POST /wsPubQTestTSTS.asmx/TestResults HTTP/1.1
Host: wspubqtesttsts.ws.state.wy.us
Content-Type: application/x-www-form-urlencoded
Content-Length: length

psExSysToken=string&psExSysID=string&psqmi2_ip_tran_type=string&piqmi2_ip_mvid=string&psqmi2_ip_exam_type_group=string&psqmi2_ip_exam_office=string&psqmi2_ip_examiner_id=string&psqmi2_ip_exam_date=string&psqmi2_ip_exam_subtest_type=string&psqmi2_ip_exam_result=string&psqmi2_ip_exam_form=string&psqmi2_ip_filler=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<strTestResultsOutput xmlns="http://tempuri.org/">
  <qmi2_op_response_code>string</qmi2_op_response_code>
  <qmi2_op_mvid>int</qmi2_op_mvid>
  <qmi2_op_name>string</qmi2_op_name>
  <qmi2_op_dob>string</qmi2_op_dob>
  <qmi2_op_filler>string</qmi2_op_filler>
  <qmi2_op_Error>string</qmi2_op_Error>
</strTestResultsOutput>