Description
axiom_soap_body_has_fault function does not stop searching for soap_fault when it failed to find such element as the first child of the soap_body. According to the SOAP specs the soap_fault element must be the first child of the soap_body if there is a fault. Further in SOAP 1.2 it should be the only child of SOAP body. This behavior of this function cause unnecessary building of om_tree for non fault cases.