how to pass output of one web service as input to another web service
I have written one web 开发者_Python百科service which returns float value. I want to display that float value by passing it as input to another web service. How to pass the value from one web service to another? I am using bottom up approach.
精彩评论