Passing values from one service to another
Posted: Thu May 23, 2013 4:27 pm
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.