I'm trying to suspend a process instance by using the management API.
I'm building the calling message like this:
OMElement root = _client.buildMessage("suspend",
new String[] { "iid" }, new String[] { String.valueOf(iid) });
However ODE is giving me an "operation not found" error:
16:39:43,286 DEBUG [ODEAxisOperationDispatcher] Checking for Operation
using SOAP message body's first child's local name : suspend
16:39:43,286 WARN [ODEAxisOperationDispatcher] No operation has been found!
Any ideas?