Posted By:
ABHISHEK_SHRIVASTAVA
Posted On:
Wednesday, October 28, 2009 05:59 AM
Hi
I need to develop a web service which can construct an URL dynamically..something as
http://www.xyz.com/dynamic?assetName=asset1&assetCode=assetC1.....and so on
The no of parameters in the query string can varry depending up on data.
I think a web service can pull query parameter values from db and construct a URI dynamically.
Please let me know about the end to end approach.
Its urgent.
Thanks in adv.