PPServiceUrl: String
The PPServiceUrl property sets URL of web service requests handler.
Property value contains an URL that looks like "PPService.axd?action=proxy", where PPService.axd is the path to requests handler in the Web server, and the action parameter contains the operation for the handler to execute:
proxy. Redirection of client request to Web service via web server.
Property value is set from JSON on creating a connection to repository, the value is returned with the getPPServiceUrl method.
The example of property use is given in the Example of Creating the ReportBox Component page.
See also: