Page 1 of 1

Passing values from one service to another

Posted: Thu May 23, 2013 4:27 pm
by rk dudi

How do I pass the response parameter values from one service to request parameter for my next service. For eg: service 1 returns 2 fields : id, value. I want to pass these to service 2 field auth which should be oauth + id+ value.


Passing values from one service to another

Posted: Thu May 23, 2013 4:29 pm
by maxkatz

Use local storage to pass values between pages.