Hi,

I'm calling a data service by invoking a rest resource using *http post *to
insert some data into database. I have configured the data service so that
it returns the generated key through the response body. When I tried this
using http client (add-on for chrome) I can see the response body includes
the result id. But when I used the Jaggery *post* it does not return
anything. Is anything wrong with Jaggery post or am I doing anything wrong.
(I'm using http get function with jaggery with no issues)

here's my *post* invocation line




*var data_post_result = post(url, post_data, optionalHeadersPost, "json",
function (data, xhr) {            log("Response received");        } );*


thanks.
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to