![]() |
zeep::http::soap_envelope
// In header: <zeep/http/soap-controller.hpp> class soap_envelope : public { public: // construct/copy/destruct (); (); // public member functions xml::element & (); };
soap_envelope is a wrapper around a SOAP envelope. Use it for input and output of correctly formatted SOAP messages.
soap_envelope
public member functionsxml::element & ();The request element as contained in the original SOAP message.