SubmitAsync results

To receive SubmitAsync results, a Web Service must implement the function ReplyAsync if the request was sent using the bare variant (itpserver.asmx), or the function ReplyAsyncWrapped if the request was sent using the wrapped variant (itpserverwrapped.asmx).

These functions receive the following parameters:

  • jobResult

    The result/error indication of running the job in the string format.

  • OutDocuments

    An array of files generated by the KCM Core service.

  • CorrelationId

    The call identification specified when submitting the job. The function ReplyAsync (wrapped) should return a result/error string that, except for optional logging, is discarded.