RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ESOAPHTTPException Class

ESOAPHTTPException is the class for exceptions that occur when sending or receiving an HTTP message that contains a SOAP packet.

Pascal
ESOAPHTTPException = class(Exception);
C++
class ESOAPHTTPException : public Exception;

ESOAPHTTPException is raised when there is a problem with the HTTP messages that communicate a SOAP request or response in a Web Services application. Such problems include 

The application can't send or receive the HTTP message. 

The URL that describes the server is missing or badly formed. 

The Content-type header of an HTTP message is not consistent with SOAP. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!