VerifyAnswers() webservices of QnA sample request for Advanced Authentication
search cancel

VerifyAnswers() webservices of QnA sample request for Advanced Authentication

book

Article ID: 112556

calendar_today

Updated On:

Products

CA Advanced Authentication CA Strong Authentication CA Risk Authentication

Issue/Introduction

Can you provide a Sample Soap request for VerifyAnswers() Web service call?

Environment

Release: 8.x, 9.x

Component: WEBFRT

Resolution

Here is a sample request which can be used for the VerifyAnswers() web services API call. This request has the Authentication and Authorization parameters enabled as well and need to pass the correct Admin credentials in the Header section, if that is not needed then simply delete the contents inside that. Modify the Orgname as needed.

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:msgs="http://ws.arcot.com/WebFortAuthAPI/7.0/msgs" xmlns:xsd="http://ws.arcot.com/WebFortCommonAPI/7.0/xsd" xmlns:xsd1="http://ws.arcot.com/WebFortAuthAPI/7.0/xsd">
  <soap:Header>
                <orgname>DEFAULTORG</orgname>
                <userid><AdminUser></userid>
                <credential><AdminPassword></credential>
   </soap:Header>
   <soap:Body>
      <msgs:VerifyAnswers>
         <!--Optional:-->
         <xsd:clientTxnId>123456</xsd:clientTxnId>
         <!--Optional:-->
         <msgs:orgName><ORGNAME></msgs:orgName>
         <!--Zero or more repetitions:-->
         <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:msgs="http://ws.arcot.com/WebFortAuthAPI/7.0/msgs" xmlns:xsd="http://ws.arcot.com/WebFortCommonAPI/7.0/xsd" xmlns:xsd1="http://ws.arcot.com/WebFortAuthAPI/7.0/xsd">
   <soap:Header/>
   <soap:Body>
      <msgs:VerifyAnswers>
         <!--Optional:-->
         <xsd:clientTxnId>123456</xsd:clientTxnId>
         <!--Optional:-->
         <msgs:orgName>DEFAULTORG</msgs:orgName>
         <!--Zero or more repetitions:-->
         <msgs:qna>
            <xsd1:questionID>nQTdL101ttNhpMbxl6BSUFjvylPKVV2T0rPkVm9XgJBTjwywOkjVfwC0huBbZvG80oKJgzmyKMQrJY4zMOTvOaOzGEhE1RcqtRaXHkenghuCkqkDZDRQBs2v4HyqB8RtvaVmaOXL8Gs</xsd1:questionID>
            <xsd1:answer>answer1</xsd1:answer>
         </msgs:qna>
         <msgs:qna>
            <xsd1:questionID>C4h3LwPQotJsY1ssWjSOhF93bfabsichBVLk7vi7Sz5ZYQQSTS5S0GdHOVNljrAhAn1c90aZ_VmfRPt27yy-GN3SrBjYHa1VGPoPrmrS0NwX-V7HHr61O0SYWOLeBzKIjHxO-x0bAok</xsd1:questionID>
            <xsd1:answer>answer2</xsd1:answer>
         </msgs:qna>
         <msgs:qna>
            <xsd1:questionID>opZGIFp6ak32NlqpeNsOI33MVGgBUakQQ_8kyU42ta-T8cxZEikklRv9i2NuQyg6Wh3Nw1ZNfBPCGy2eZapgkv2TbQOv7eBP5siriVy3mgIwquykZ8binkFAm1n-9BXex6JCQ2Pff3M</xsd1:questionID>
            <xsd1:answer>answer3</xsd1:answer>
         </msgs:qna>
      </msgs:VerifyAnswers>
   </soap:Body>
</soap:Envelope>
        </msgs:VerifyAnswers>
   </soap:Body>
</soap:Envelope>