zeep::envelope
// In header: </home/maarten/projects/libzeep/zeep/envelope.hpp> class envelope { public: // construct/copy/destruct envelope(); envelope(xml::document &); // public member functions xml::element * request(); };
envelope
public
construct/copy/destructenvelope();Create an empty envelope.
envelope(xml::document & data);Parse a SOAP message received from a client, throws an exception if the envelope is empty or invalid.
envelope
public member functionsxml::element * request();The request element as contained in the original SOAP message.