Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.ResponseType

TElXMLSOAPClient     See also     


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


Returns server's response data type.

Declaration

[C#]
    TSBXMLSOAPResponseType ResponseType;

[VB.NET]
    Property ResponseType As TSBXMLSOAPResponseType

[Pascal]
    property ResponseType : TSBXMLSOAPResponseType;

[C++]
    TSBXMLSOAPResponseType get_ResponseType();

[PHP]
    integer get_ResponseType()

[Java]
    TSBXMLSOAPResponseType getResponseType();

TSBXMLSOAPResponseType values

Description

Use this property to check the data type of the response returned by the SOAP service.

See also:     ResponseStream     ResponseXMLDocument     ExpectedResponseType    

Discuss this help topic in SecureBlackbox Forum