SOAPVersion Property
Specifies SOAP version.
Syntax
property SOAPVersion: TsbxSOAPProtocolVersions read get_SOAPVersion write set_SOAPVersion;
TsbxSOAPProtocolVersions = ( spvAuto, spv11, spv12 );
Default Value
spvAuto
Remarks
This property specifies the version of the SOAP protocol. This SOAP version will be used to create a SOAP message (if needed) and to communicate with the service.
spvAuto | 0 | The SOAP version is detected from the SOAP message provided. If the input does not consitute a SOAP message, version 1.2 will be used. |
spv11 | 1 | SOAP version 1.1 |
spv12 | 2 | SOAP version 1.2 |