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

rwsf::ServerFault

Group:  Fault Processing


rwsf::ServerFault rwsf::Fault

Local Index

Members

Header File

#include <rw/rwsf/soapworx/Fault.h>

Description

An instance of class rwsf::ServerFault extends rwsf::Fault to represent a SOAP server fault.

A SOAP server fault is used to indicate an error caused by a problem with the server rather than a problem caused by bad data from the client. An example might be a failure to access requested data. By default , rwsf server sample implementations throw a rwsf::ServerFault indicating that the implementation has not yet been written, as follows:

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

ServerFault(const std::string& msg);


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.