(msgContext.getProperty(Constants.MC_NO_OPERATION_OK) == null)) &&
soapConstants == SOAPConstants.SOAP12_CONSTANTS) {
AxisFault fault =
new AxisFault(Constants.FAULT_SOAP12_SENDER,
"No such procedure", null, null);
fault.addFaultSubCode(
Constants.FAULT_SUBCODE_PROC_NOT_PRESENT);
throw new SAXException(fault);
}
// Only deserialize this way if there is a unique operation