I am using .Net to make a web-service call to a livecycle long lived service. I cannot figure out how to get the resulting output from this service, as all I get back from my invoke_async call is a jobId.
I know I can use the JobManagerService to ping the job to see when it has completed, but I don't know how to get the output from the service call.
Any ideas?