Soap.SOAPHTTPTrans.ESOAPHTTPException
Delphi
ESOAPHTTPException = class(ENetException)
C++
class PASCALIMPLEMENTATION ESOAPHTTPException : public System::Net::Urlclient::ENetException
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Soap.SOAPHTTPTrans.pas Soap.SOAPHTTPTrans.hpp |
Soap.SOAPHTTPTrans | Soap.SOAPHTTPTrans |
Description
ESOAPHTTPException is the class for exceptions that occur when sending or receiving an HTTP message that contains a SOAP packet.
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.