![]() |
zeep::http::soap_envelope
// In header: <zeep/http/soap-controller.hpp> class soap_envelope : public noncopyable { public: // construct/copy/destruct soap_envelope(); soap_envelope(std::string &); // public member functions xml::element & request(); };
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 & request();The request element as contained in the original SOAP message.