Name |
WebServiceURL |
||||
Purpose |
Property to get or set the URL to reach the Web Activation |
||||
Params |
None |
||||
Returncode |
|
||||
Usage |
To read or change the URL in the license file. |
||||
Sample |
sURL := lic.WebServiceURL; if sURL = ‘’ then begin << Wrong value, provide a valid value ... >> Lic.WebServiceURL := ‘http://mycom.com/hereitis/lpws.asmx’; ... end else << it seems ok >> ... |
||||
See also |
Web Activation, WebRegister, ApplyActivationKey, ApplyActivationKeyForProject, ShowWAStartPage, ShowWAProgressPage, ShowWAResultPage, UseLocalProxy, UseLocalIEProxy, LocalProxyServer, LocalProxyPort, Projectname |
The URL is sent to the default port which is normally port 80 but you can configure any port for the http: request.
You can specify a specific port at the end of the servername with :portname
http://myapp.mycom.com:728/lpweb/lpws.asmx