PrevUpHomeNext

Function make_fault

zeep::make_fault

Synopsis

// In header: </home/maarten/projects/libzeep/zeep/envelope.hpp>


xml::element * make_fault(const std::exception & ex);

Description

Create a standard SOAP Fault message for the exception object

Parameters:

ex

The exception object that was catched.

Returns:

A new xml::element object containing the fault envelope.


PrevUpHomeNext