Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPMessage.SOAPVersion

TElXMLSOAPMessage     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the SOAP version used.

Declaration

[C#]
    TSBXMLSOAPVersion SOAPVersion;

[VB.NET]
    Property SOAPVersion As TSBXMLSOAPVersion

[Pascal]
    property SOAPVersion : TSBXMLSOAPVersion;

[C++]
    TSBXMLSOAPVersion get_SOAPVersion();

[PHP]
    integer get_SOAPVersion()

[Java]
    short getSOAPVersion();

TSBXMLSOAPVersion values

Description

This property specifies the SOAP protocol version used by this message.

Discuss this help topic in SecureBlackbox Forum