libzeep

PrevUpHomeNext

Function make_fault

zeep::http::make_fault

Synopsis

// In header: <zeep/http/soap-controller.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