String soapAction = helper.getSOAPAction(packet);
if (helper.isInputActionDefault(packet) && (soapAction != null && !soapAction.equals("")))
expected = soapAction;
if (expected != null && !gotA.equals(expected)) {
throw new ActionNotSupportedException(gotA);
}
}