wsPubQTestTSTS


Click here for a complete list of operations.

MVIDVerify

Verifies that the mvid and is valid.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
psExSysToken:
psExSysID:
psqmi1_ip_tran_type:
piqmi1_ip_mvid:
psqmi1_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/MVIDVerify"

<?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>
    <MVIDVerify xmlns="http://tempuri.org/">
      <psExSysToken>string</psExSysToken>
      <psExSysID>string</psExSysID>
      <psqmi1_ip_tran_type>string</psqmi1_ip_tran_type>
      <piqmi1_ip_mvid>int</piqmi1_ip_mvid>
      <psqmi1_ip_filler>string</psqmi1_ip_filler>
    </MVIDVerify>
  </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>
    <MVIDVerifyResponse xmlns="http://tempuri.org/">
      <MVIDVerifyResult>
        <qmi1_op_response_code>string</qmi1_op_response_code>
        <qmi1_op_mvid>int</qmi1_op_mvid>
        <qmi1_op_name>string</qmi1_op_name>
        <qmi1_op_dob>string</qmi1_op_dob>
        <qmi1_op_filler>string</qmi1_op_filler>
        <qmi1_op_Error>string</qmi1_op_Error>
      </MVIDVerifyResult>
    </MVIDVerifyResponse>
  </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>
    <MVIDVerify xmlns="http://tempuri.org/">
      <psExSysToken>string</psExSysToken>
      <psExSysID>string</psExSysID>
      <psqmi1_ip_tran_type>string</psqmi1_ip_tran_type>
      <piqmi1_ip_mvid>int</piqmi1_ip_mvid>
      <psqmi1_ip_filler>string</psqmi1_ip_filler>
    </MVIDVerify>
  </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>
    <MVIDVerifyResponse xmlns="http://tempuri.org/">
      <MVIDVerifyResult>
        <qmi1_op_response_code>string</qmi1_op_response_code>
        <qmi1_op_mvid>int</qmi1_op_mvid>
        <qmi1_op_name>string</qmi1_op_name>
        <qmi1_op_dob>string</qmi1_op_dob>
        <qmi1_op_filler>string</qmi1_op_filler>
        <qmi1_op_Error>string</qmi1_op_Error>
      </MVIDVerifyResult>
    </MVIDVerifyResponse>
  </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/MVIDVerify?psExSysToken=string&psExSysID=string&psqmi1_ip_tran_type=string&piqmi1_ip_mvid=string&psqmi1_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"?>
<strMVIDVerifyOutput xmlns="http://tempuri.org/">
  <qmi1_op_response_code>string</qmi1_op_response_code>
  <qmi1_op_mvid>int</qmi1_op_mvid>
  <qmi1_op_name>string</qmi1_op_name>
  <qmi1_op_dob>string</qmi1_op_dob>
  <qmi1_op_filler>string</qmi1_op_filler>
  <qmi1_op_Error>string</qmi1_op_Error>
</strMVIDVerifyOutput>

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/MVIDVerify HTTP/1.1
Host: wspubqtesttsts.ws.state.wy.us
Content-Type: application/x-www-form-urlencoded
Content-Length: length

psExSysToken=string&psExSysID=string&psqmi1_ip_tran_type=string&piqmi1_ip_mvid=string&psqmi1_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"?>
<strMVIDVerifyOutput xmlns="http://tempuri.org/">
  <qmi1_op_response_code>string</qmi1_op_response_code>
  <qmi1_op_mvid>int</qmi1_op_mvid>
  <qmi1_op_name>string</qmi1_op_name>
  <qmi1_op_dob>string</qmi1_op_dob>
  <qmi1_op_filler>string</qmi1_op_filler>
  <qmi1_op_Error>string</qmi1_op_Error>
</strMVIDVerifyOutput>