JSON 要求の送信 From LANSA WAM previous page next page JSON 要求の送信 要求を送信します。WAM 名をしない場合のデフォルトは現在のWAM です。 次の例で "wrb" は、Webroutine "MyResponse" により返される WebRoutine JSON オブジェクトです。 wr.post({wam: "MyWam", webroutine: "MyResponse", callback: function(wrb) { // Handle the response here }}); previous page start next page