if (!validator.isLiteral(extElems))
throw new AssertionNotApplicableException();
// Getting the parts attribute from soapbind:body
List parts = null;
SOAPBody soapBody = validator.getSOAPBody(extElems);
if (soapBody != null)
parts = soapBody.getParts();
// if the parts attribute is an empty string and there is
// at least one accessor, the assertion failed
if (parts != null && parts.isEmpty()
&& !XMLUtils.getChildElements(soapOperation).isEmpty())