Oracle® Fusion Middleware Publishing Reports to the Web with Oracle Reports Services 11g Release 1 (11.1.1) Part Number B32121-01 |
|
|
View PDF |
If you have activated the Reports Server's URL engine, you can send job requests to the URL engine by using the following command line options:
urlParameter
identifies the URL to be placed in the cache. For example, http://www.oracle.com
or a JSP report.
jobType
is the name of a job type (for example, rwurl
) in the server configuration file that is associated with a URL engine.
Note:
For information on activating the URL engine, refer to Section 7.6, "Configuring the URL Engine".For example, a request that specifies an external URL for urlParameter
might look like the following:
http://your_webserver:portnum/reports/rwservlet?server=ReportsServer+jobType=rwurl+urlParameter= "http://www.oracle.com"+destype=mail+desname=foo@bar.com+desformat=htmlcss
Alternatively, a request that specifies a JSP report for urlParameter
would look like the following:
http://your_webserver:portnum/reports/rwservlet?server= ReportsServer+jobType=rwurl+destype=cache+urlParameter= "http%3A%2F%2Flocalhost%2Ffoo.jsp%3Fuserid%3Dscott%2Ftiger@oraDB%3Fserver%3DreportsServer"
Note:
If the URL has special characters, they must be encoded as per thex-www-form-urlencoded
format.