ProcessesRuntime.asmx StartProcess

Hi,
I have been calling the StartProcess method from an external application using the ProcessesRuntime.asmx api, which works great!
However, now the context parameter is too long to pass in the URL, and triggers an error:
Error: Server Error
404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable

Is there a way to pass the context in the request body or another way to get around this limitation?

Cheers
David

Hi @dcarruth,

Absolutely - The StartProcess does have a parameter that is expecting the context:

You can build the context using the WorkflowGen.My library. You can see an example in this article, download one of the examples and see how the code is written to execute the call:

Regards,
Eddy.

Regards,
Eddy.