Example #1
0
 public XmlElement requiredBodyContent(XmlDocument respDoc) throws XsulException {
   // check if response has Envelope/Body
   XmlElement root = respDoc.getDocumentElement();
   return requiredBodyContent(root);
 }