assertEquals("Body", soapBody.getLocalName());
Element responseElem = DOMUtils.getFirstChildElement(soapBody);
assertEquals("Recevie_first_messageResponse", responseElem.getLocalName());
InstanceInfoListDocument infoListDoc = server.getODEServer().getInstanceManagement().listInstances("name=Process namespace=http://example.com/wsdlWithHeader/Process status=active", "", 1);
TInstanceInfoList infoList = infoListDoc.getInstanceInfoList();
TInstanceInfo[] infoListArr = infoList.getInstanceInfoArray();
assertNotNull(infoListArr);
assertNotNull(infoListArr[0]);