pub fn wrap(req: WrapRequest) -> Result<Envelope, AgraError>Expand description
Wrap an inner UCI payload (XML or OMS JSON bytes) as hexBinary inside Rx/Tx OMS JSON.
ยงErrors
Returns AgraError::Json if the assembled wrapper cannot be serialized.
pub fn wrap(req: WrapRequest) -> Result<Envelope, AgraError>Wrap an inner UCI payload (XML or OMS JSON bytes) as hexBinary inside Rx/Tx OMS JSON.
Returns AgraError::Json if the assembled wrapper cannot be serialized.