PrevUpHomeNext

Function make_fault

zeep::make_fault

Synopsis

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


xml::element * make_fault(const std::string & message);

Description

Create a standard SOAP Fault message for the string parameter

Parameters:

message

The string object containing a descriptive error message.

Returns:

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


PrevUpHomeNext