SOAPResponseType Property
The type of the response.
Syntax
property SOAPResponseType: TsbxSOAPResponseTypes read get_SOAPResponseType;
TsbxSOAPResponseTypes = ( srtUnknown, srtBinary, srtXMLDocument, srtSOAPMessage );
Default Value
srtUnknown
Remarks
Use this property to learn about the type (format) of the response provided by the SOAP service.
srtUnknown | 0 | It was not possible to identify the response type. Either connection error has occurred or the service returned an unexpected HTTP status code. |
srtBinary | 1 | The SOAP service has returned binary data. |
srtXMLDocument | 2 | The SOAP service has returned an XML document. |
srtSOAPMessage | 3 | The SOAP service has returned a SOAP message. |
This property is read-only.