zeep::http::make_envelope
// In header: <zeep/http/soap-controller.hpp> xml::element make_envelope(xml::element && data);
Wrap data into a SOAP envelope
Parameters:
data
The xml::element object to wrap into the envelope
xml::element
Returns:
A new xml::element object containing the envelope.