Implementation considerations for assessment results

  1. The AssessmentStatusRequest node builds the XML file to submit to vendor.
  2. WebSvc7150 node is a WebService. The URL/WSDL must be modified to use the web service for customer’s vendor of choice.
  3. The WebService uses the output of the AssessmentStatusRequest XML node as its input.
  4. After the vendor specific WSDL is defined, the remaining nodes should be evaluated based on the vendor’s requirements.
  5. Determine if the vendor has completed the request and what response information should be stored on the Resource Screening Package. The template shows an example of how the output of a WebService can be used for this evaluation.
    1. The output of the WebService is parsed in the AssessmentResults node.
    2. The Branch6150 node uses the output from the AssessmentResults node to determine if the Resource Screening Package can be updated.
    3. If the output returns an Assessment Status of Completed, the UpdateResults node invokes the Infor HR Talent Receive Results action, updates the Resource Screening Package with the response information returned from the vendor, and changes the status to Completed.
    4. If the output returns an Assessment Status that is not Completed, the process ends and the Resource Screening Package is not updated. The status remains as In Progress.