Hi Alex, Thanks for your answer.
I have used the ServiceClientUtil class to reach the process management web service (the endpoint is " http://localhost:8080/ode/services/ProcessManagement") and to list all my deployed process on the intalio server. Here is my SOAP request : <?xml version="1.0" encoding="http://schemas.xmlsoap.org/soap/envelope/"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <pmapi:listAllProcesses xmlns:pmapi=" http://www.apache.org/ode/pmapi/types/2006/08/02/"/> </soapenv:Body> </soapenv:Envelope> Unfortunately, there was no error but I did'nt get any answer (no soap response but a header HTTP/1.1 200 OK) although I have deployed processes on the server. So I am wondering if I am invoking the right endpoint. Does the process/instance management service for Intalio have the same endpoint as the process/instance management service for the ode war? Can you tell me where I can find the java classes and the WSDL in the intalio server folders? Best regards, Boris