Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress C++ API Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::ClientFault

Group:  Web Services


rwsf::ClientFaultrwsf::Fault

Local Index

Members

Header File

#include rwsf/webservice/Fault.h

Description

An instance of class rwsf::ClientFault extends rwsf::Fault to represent a SOAP client fault. A SOAP client fault is used to indicate an error caused by incorrect information from the client or a bad SOAP request.

The main use of this class and rwsf::ServerFault is to generate a SOAP client fault or SOAP server fault in the server implementation. For instance, the generated sample server implementation contains the following code:

You may choose to also throw a rwsf::ClientFault in the server implementation for several reasons, such as an out-of-range input parameter.

For more information on faults, see Section 7.3.7, "WSDL-defined Faults," in the HydraExpress Web Service Development Guide.

Public Constructors

ClientFault(const std::string & msg);


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved. All Rights Reserved. Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. HydraExpress is a trademark of Rogue Wave Software, Inc. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.