RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLView Class

TWSDLView represents a specific binding and operation in a WSDL document.

Pascal
TWSDLView = class(TComponent);
C++
class TWSDLView : public TComponent;

WSDLNode

TWSDLView is used by components that work with WSDL documents to represent a specific port and/or operation that is defined in a WSDL document. The WSDL property provides access to the WSDL document itself. The other properties give the names of the entities of interest that are defined within that document. 

 

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