OVERVIEW
This REST API gets XML reflecting run details (execution set, instances & run results), and updates Orcanos data with this run.
Web Service URL: https://xxxxx.orcanos.com/xxxxx/qpackserv/qpackserv.asmx?op=Record_Execution_Results_New
Input:
Parameter | Value | Is Mandatory? | Description |
User_Name | String | Yes | Enter the valid username |
User_Password | String | Yes | Enter the valid password |
sXML | String | Yes | The response of Get_Execution_Run_Details_xml will be used here and the User needs to update the values in the XML response as per their requirement. |
Output:
When invoke the Web Service, it will return results in the below format if details are correct:
<string>XML</string>
The result will be updated in Orcanos system will display and a success message will be displayed here.
And, if details are wrong then, it will give an error message:
<Error>
<ErroStatus></ErrorStatus>
</Error>
For Example:
<Error>
<ErrorStatus>0</ErrorStatus>
<ErrorInfo>Email / User Name or password are missing
</ErrorInfo> <ErrorTrace>Record_Execution_Results_New</ErrorTrace>