Page 1 of 1

REST service response on next page

Posted: Wed Jul 15, 2015 5:34 am
by Manish Kumar Singh

Hi All,

I want that,

When I click on a button it makes a REST service call which takes input from local variable,but the output will display on the next page. Next page contains few labels which catch the response of the service.

I tried but failed, Please light up an idea.

Regards

Manish Kumar Singh


REST service response on next page

Posted: Wed Jul 15, 2015 1:43 pm
by Alena Prykhodko

Hi,

Save service response to storage variable and use it on different page.


REST service response on next page

Posted: Thu Jul 16, 2015 7:04 am
by Manish Kumar Singh

Hi Alena,

Can you please tell me, How to invoke service from java script ?

Regards

Manish Kumar Singh


REST service response on next page

Posted: Thu Jul 16, 2015 8:33 am
by Evgene Karachevtsev

Hello Manish,

Please try codeservice_name.execute(); /code