zeep::http::el::evaluate_el — Process the text in text. The result is put in result.
// In header: </build/libzeep-Jk45yF/libzeep-3.0.5/zeep/http/webapp/el.hpp> void evaluate_el(const scope & scope, const std::string & text, object & result);
The expression in text is processed and the result is returned in result.
Parameters:
result
The result of the script
scope
The scope for this el script
text
The el script