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

rwsf::ClientFault

Group:  Fault Processing


rwsf::ClientFault rwsf::Fault rwsf::Exception

Local Index

Members

Header File

#include <rw/rwsf/soapworx/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);

Related Classes

rwsf::ServerFault



Previous fileTop of DocumentContentsIndex pageNext file

©2004-2007 Copyright Quovadx, Inc. All Rights Reserved.
Quovadx and Rogue Wave are registered trademarks of Quovadx, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.