Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPElement.SOAPVersion

TElXMLSOAPElement     


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


The version of SOAP protocol.

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

Use this property to check the version of SOAP protocol used to create this element.

Discuss this help topic in SecureBlackbox Forum