OutSystems Forge 日本語データベース

How To - REST Made Easy

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2015-01-06 1.3.0 Isaac Blaise 9.0.0.19 All All How-tos
このHow-Toは、いくつかのことを示しています。 1. Outsystemsを使用してREST Webサービスを作成する方法。 2.Preparationの中でGETとPOSTコールを区別し、それに応じて動作させる方法。 3.GETとPOSTの両方を呼び出すサンプルを使用して、REST Webサービスを利用し結果を表示します。 4. BONUS:VimeoのOEmbed RESTサービスを使用します。そこでは、RESTサービスの生成と利用を示すビデオをアップロードし、その結果をWebページのhtmlで返しました。
利用可能な詳細はありません

[Overview]
This How-To shows several things: 1. How to produce a REST web service with outsystems (for now). 2. How to differentiate between a GET and a POST call in the preparation and act accordingly. 3. Also, consuming a REST web service and viewing the result, with a sample that calls both the GET and the POST. 4. BONUS: I consumed an OEmbed REST service from Vimeo, where I uploaded a video that shows producing and consuming a REST service and returned the result in html on a web page. Instructions: Make sure you modify the Base URL of the service being created when you publish to match your own service! Example: If your server is https://mypersonalenv.outsystemscloud.com, then set the base URL of MyService in the logic tab to that URL before publishing. Otherwise, you're using a URL that could easily be removed and you'll get a 404 error, or you'll simply be using bad data.
[Detail]
No details available
戻る