RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetSoapActionList Method

Fills a list with the soapAction attributes for all operations on a specified SOAP binding.

Pascal
procedure GetSoapActionList(const BindingName: DOMString; ActionList: TDOMStrings; QualifiedNames: Boolean = False);
C++
__fastcall GetSoapActionList(const DOMString BindingName, TDOMStrings ActionList, Boolean QualifiedNames = False);

Call GetSoapActionList to retrieve the value of the soapAction attribute of each operation of a specified SOAP binding. Each soapAction is added as a string with the format

OperationName = soapActionName

where OperationName is the name of the operation with which the soapAction attribute is associated. 

BindingName is the name of the binding associated with the port type whose operations are retrieved along with their SOAP actions. 

OperationNames is an existing TWideStrings object to which the names of all operations on the binding's port type are added. 

QualifiedNames specifies whether the operation names should be qualified using the target namespace prefix.

Note: GetSoapActionList does not clear the WideString list before adding the names of the operations and their corresponding SOAP actions.
 

 

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