Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.SendMessage

TElXMLSOAPClient     See also     


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


Sends the prepared or loaded SOAP message to the destination URL.

Declaration

[C#]
    void SendMessage();

[VB.NET]
    Sub SendMessage()

[Pascal]
    procedure SendMessage;

[C++]
    void SendMessage();

[PHP]
    void SendMessage()

[Java]
    void sendMessage();

Description

Use this method to send the generated or loaded SOAP Message to the destination URL.

See also:     Send SOAP message with SOAP client     SOAPMessage     URL    

Discuss this help topic in SecureBlackbox Forum