PPService.PPServiceUrl

Syntax

PPServiceUrl: String

Description

The PPServiceUrl property sets URL of web service requests handler.

Comments

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:

Property value is set from JSON on creating a connection to repository, the value is returned with the getPPServiceUrl method.

Example

The example of property use is given in the Example of Creating the ReportBox Component page.

See also:

PPService