You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Post the request. If you don't provide a WAM name, it defaults to the current WAM.
In this example "wrb" is the WebRoutine JSON object returned by Webroutine "MyResponse".


wr.post({wam: "MyWam", webroutine: "MyResponse", callback: function(wrb) {
// Handle the response here
}});

  • No labels