RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetSoapBodyOutputAttribute Method

Returns the value of an attribute of a body tag of an output message in an operation on the port type of a SOAP binding.

Pascal
function GetSoapBodyOutputAttribute(const BindingName: WideString; const Operation: WideString; const Attribute: WideString; OverloadIndex: Integer): WideString;
C++
__fastcall BSTR GetSoapBodyOutputAttribute(const BSTR BindingName, const BSTR Operation, const BSTR Attribute, int OverloadIndex);

Call GetSoapBodyOutputAttribute to retrieve value of an attribute on the body tag for an output message that is part of an operation of the port type associated with a specified binding. The body tag can come from the WSDL document or another document that it imports. 

BindingName is the name of the binding that includes the operation. 

Operation is the name of the operation that includes the output message. 

Attribute is the name of the desired attribute on the <soap:body> tag. 

OverloadIndex indicates which operation node is desired when the binding has multiple operations with the same name (overloaded methods). 0 indicates the first operation with the specified name, 1 indicates the second operation node, and so on.

Note: GetSoapBodyOutputAttribute returns the same value as GetSoapBodyAttribute with an IOType of 'output'.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!