RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetMessages Method

Fills a WideString list with the names of all messages defined in the WSDL document.

Pascal
procedure GetMessages(MessageNames: TWideStrings; QualifiedNames: Boolean = False);
C++
__fastcall GetMessages(TWideStrings MessageNames, Boolean QualifiedNames = False);

Call GetMessages to retrieve the names of all messages defined in the WSDL document. Each message describes a single item of data that is passed in or out when executing an operation (method). The parameters and return value of a method each map onto a message. 

MessageNames is an existing TWideStrings object to which the names of all messages are added.  

QualifiedNames indicates whether the message names added to the list should be qualified using the target namespace prefix.

Note: GetMessages does not clear the WideString list before adding the message names defined in the WSDL document.
 

 

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