RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetSoapOperationAttribute Method

Returns the value of an attribute on the <soap:operation> node of an operation on a SOAP binding.

Pascal
function GetSoapOperationAttribute(const BindingName: DOMString; const Operation: DOMString; const Attribute: DOMString; OverloadIndex: Integer): DOMString;
C++
__fastcall DOMString GetSoapOperationAttribute(const DOMString BindingName, const DOMString Operation, const DOMString Attribute, int OverloadIndex);

Call GetSoapOperationAttribute to retrieve value of an attribute on the <soap:operation> tag associated with an operation on a specified SOAP binding. The soap operation tag can be in the WSDL document or in 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 <soap:operation> tag. 

Attribute is the name of the desired attribute on the <soap:operation> 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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!