suite4.net.FormDatabase Documentation

IWebLoaderEvent.WsdlUrl Property

Gets or sets the URL to a WSDL document describing the web service that is going to be called in the IWebLoaderEvent handler.

[Visual Basic]
Property WsdlUrl As String
[C#]
string WsdlUrl {get; set;}

Property Value

The path to a WSDL document containing the formal description of a web service that is to be called in handling the IWebLoaderEvent.

Remarks

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.

Example

Root-relative URL for a .NET web service:

/FormServer/FormServer.asmx?wsdl

See Also

IWebLoaderEvent Interface | suite4.net.FormDatabase Namespace