I have a question I have issued the listAllProcesses from the ServiceClientUtil And the response message from ODE ends this way
</ns:process-info></process-info-list></axis2ns140:listAllProcessesResponse></soapenv:Body></soapenv:Envelope> axis2ns140:listAllProcessesResponse - What is this element? When I try to read the response using resultDocument = ProcessInfoListDocument.Factory.parse(result.getXMLStreamReader()); org.apache.xmlbeans.XmlException: error: The document is not a [EMAIL PROTECTED]://www.apache.org/ode/pmapi/types/2006/08/02/: document element mismatch got [EMAIL PROTECTED]://www.apache.org/ode/pmapi I get this error. So That extra element is causing this error and I checked the WSDL and message definition is fine. I am not able to figure out the reason why this element is being added to the response and from where? Any help would be very much appreciated. Prasanna Rajaperumal
