JSON 要求の送信

LANSA WAM

JSON 要求の送信

要求を送信します。WAM 名をしない場合のデフォルトは現在のWAM です。

次の例で "wrb" は、Webroutine "MyResponse" により返される WebRoutine JSON オブジェクトです。

wr.post({wam: "MyWam", webroutine: "MyResponse", callback: function(wrb) {

// Handle the response here

}});