Soap.WSDLPub.TWSDLHTMLPublish.AdminEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AdminEnabled: Boolean read FAdminEnabled write FAdminEnabled default False;

C++

__property bool AdminEnabled = {read=FAdminEnabled, write=FAdminEnabled, default=0};

Properties

Type Visibility Source Unit Parent
property published
Soap.WSDLPub.pas
Soap.WSDLPub.hpp
Soap.WSDLPub TWSDLHTMLPublish

Description

Enables or disables the WSDL administrator.

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.

See Also