Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPEnvelope.CreateBody

TElXMLSOAPEnvelope     See also     


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


Creates the body XML element.

Declaration

[C#]
    void CreateBody();

[VB.NET]
    Sub CreateBody()

[Pascal]
    procedure CreateBody;

[C++]
    void CreateBody();

[PHP]
    void CreateBody()

[Java]
    void createBody();

Description

Use this method to create the body XML element.

See also:     CreateHeader    

Discuss this help topic in SecureBlackbox Forum