from_mx_xml_envelope_str

Function from_mx_xml_envelope_str 

Source
pub fn from_mx_xml_envelope_str(
    xml: &str,
    message_type: &str,
) -> Result<(), XmlError>
Expand description

Deserialize complete MX XML envelope (with AppHdr) to typed structs for validation This validates both the header and document structure Used by validation plugin for envelope validation