ヘッダーをスキップ
Oracle® Fusion Middleware Oracle Reports ServicesレポートWeb公開ガイド
11g リリース1(11.1.1)
B61375-01
  ドキュメント・ライブラリへ
ライブラリ
製品リストへ
製品
目次
目次
索引
索引

戻る
戻る
 
次へ
次へ
 

18.6 URLエンジンへのリクエスト送信

Reports ServerのURLエンジンをアクティブにした場合は、次のコマンドライン・オプションを使用してジョブ・リクエストをURLエンジンに送信できます。

たとえば、urlParameterに外部URLを指定するリクエストは、次のようになります。

http://your_webserver:portnum/reports/rwservlet?server=ReportsServer+jobType=rwurl+urlParameter=
"http://www.oracle.com"+destype=mail+desname=foo@bar.com+desformat=htmlcss

また、urlParameterにJSPレポートを指定するリクエストは、次のようになります。

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"

注意:

URLに特殊文字が含まれている場合は、x-www-form-urlencoded形式でそのURLをエンコードする必要があります。