4.3 ww.dll API Reference : API descriptions : Functions with database access : geturl
 
geturl
 
Description
This function allows ww.dll to retrieve URL information.
 
Input fields
 
XML tag
Description
<url>
url to retrieve - this needs to be the complete URL including http://
<username>
for log-in - if authentication is required
<password>
log-in password if required
 
Return fields
 
Examples
If authentication is required:
<func>geturl</func><url>http://reporting.mycompany.com/Reportserver</url><username>\somename</
username><password>somepassword</password>
 
If authentication is not required:
<func>geturl</func><url>Error! Hyperlink reference not valid.>
 
See also