RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLHTMLPublish.AdminEnabled Property

Enables or disables the WSDL administrator.

Pascal
property AdminEnabled: Boolean;
C++
__property Boolean AdminEnabled;

Use AdminEnabled to indicate whether this application implements the WSDL administrator. When AdminEnabled is true, pointing a Web browser at the URL that addresses this application using the path info specified by WebDispatch launches a Web page that includes a button for the WSDL administrator. The WSDL administrator can then adjust the published WSDL documents to indicate an address other than the one where this application is installed as the location or locations where the Web Services are deployed. 

When AdminEnabled is false, the URL that includes WebDispatch publishes a list of WSDL documents but does not provide access to the WSDL administrator.

Tip: You can set AdminEnabled to true, update the URLs in the resulting WSDL documents, and then rebuild your application, setting AdminEnabled to false. The WSDL administrator stores your changes in a .ini file so that they appear in the list of WSDL documents even after you have changed AdminEnabled.
 

 

webdispatch 

TargetNamespace 

Generating WSDL Documents for a Web Service Application

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