Provide a sample Sample Webservice request for EvaluateRisk() API in Risk Authentication.
Release : 9.1
Component: Risk Authentication
Prerequisite:
You should have SoapUI or any other Web Service testing tool installed and ArcotRiskFortEvaluateRiskService.wsdl( Found at ARCOT_HOME/wsdls/riskfort) should be imported as a Soap Project.
Below is sample which can be used a reference. Please change the Username and Orgname parameters in the below request.
Sample request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://ws.arcot.com/RiskFortEvaluateRiskAPI/3.0/wsdl">
<soapenv:Header/>
<soapenv:Body>
<wsdl:EvaluateRiskRequest>
<wsdl:deviceContext>
<wsdl:deviceSignature>{"VERSION": "2.1.2", "MFP": {"Browser": {"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0", "Vendor": "", "VendorSubID": "", "BuildID": "20181001000000", "CookieEnabled": true}, "IEPlugins": {}, "NetscapePlugins": {}, "Screen": {"FullHeight": 1080, "AvlHeight": 1040, "FullWidth": 1920, "AvlWidth": 1920, "ColorDepth": 24, "PixelDepth": 24}, "System": {"Platform": "Win32", "OSCPU": "Windows NT 10.0; Win64; x64", "systemLanguage": "en-US", "Timezone": 180}}, "ExternalIP": "#.#.#.#", "MESC": {"mesc": "mi=2;cd=150;id=30;mesc=335538;mesc=351502"}}</wsdl:deviceSignature>
<wsdl:deviceIDs>
<wsdl:deviceIDItem>
<wsdl:deviceIDType>HTTP_COOKIE</wsdl:deviceIDType>
<wsdl:deviceIDValue><Copy the DeviceID value></wsdl:deviceIDValue>
</wsdl:deviceIDItem>
</wsdl:deviceIDs>
</wsdl:deviceContext>
<wsdl:locationContext>
<wsdl:clientIPAddress>#.#.#.#</wsdl:clientIPAddress>
</wsdl:locationContext>
<wsdl:userContext>
<wsdl:orgName><ORGNAME></wsdl:orgName>
<wsdl:userName><USERNAME></wsdl:userName>
</wsdl:userContext>
</wsdl:EvaluateRiskRequest>
</soapenv:Body>
</soapenv:Envelope>