On 10/2/07, Jens Goldhammer <[EMAIL PROTECTED]> wrote: > > If I want to terminate or resume a process with a request, e.g. > > <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/ > " > xmlns:pmap="http://www.apache.org/ode/pmapi"> > <soapenv:Header/> > <soapenv:Body> > <pmap:resume> > <iid>3394</iid> > </pmap:resume> > </soapenv:Body> > </soapenv:Envelope>
Do you get a stacktrace on the server-side for this one? > Request: > <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/ > " > xmlns:pmap="http://www.apache.org/ode/pmapi"> > <soapenv:Header/> > <soapenv:Body> > <pmap:getProcessInfo> > <pid>{http://com.ibm.de.cis/archive}cisArchive-27</pid> > </pmap:getProcessInfo> > </soapenv:Body> > </soapenv:Envelope> Can you try using the value <pid>ibm:cisArchive-27</pid> and define a namespace for "ibm", e.g., xmlns:ibm=" http://co.ibm.de.cis/archive" alex
