Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.ResponseXMLDocument

TElXMLSOAPClient     See also     


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


The XML document which contains the parsed response.

Declaration

[C#]
    TElXMLDOMDocument ResponseXMLDocument;

[VB.NET]
    Property ResponseXMLDocument As TElXMLDOMDocument

[Pascal]
    property ResponseXMLDocument : TElXMLDOMDocument;

[C++]
    TElXMLDOMDocument* get_ResponseXMLDocument();

[PHP]
    TElXMLDOMDocument get_ResponseXMLDocument()

[Java]
    TElXMLDOMDocument getResponseXMLDocument();

Description

This property contains the parsed response of the SOAP service.

See also:     ResponseRootParameter     ResponseStream     ResponseSOAPMessage     ResponseType    

Discuss this help topic in SecureBlackbox Forum