Gets or sets the URL to a WSDL document describing the web service that is going to be called in the IWebLoaderEvent handler.
The path to a WSDL document containing the formal description of a web service that is to be called in handling the IWebLoaderEvent.
A WSDL (Web Services Description Language) document represents the formal description of a web service. The URL should contain a root-relative path to the document (see the example). This way, the server name is not included in the URL and modifications of the WsdlUrl value can be avoided when moving the application from a staging to a production environment.
Root-relative URL for a .NET web service:
/FormServer/FormServer.asmx?wsdl
IWebLoaderEvent Interface | suite4.net.FormDatabase Namespace