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 URL with :portname
http://myapp.mycom.com/lpweb/lpws.asmx:728
Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.7/help2000/index.html?fr_webserviceurl.htm