dynamic changing web service url at runtime in metro app

Jul 31 2012 8:49 AM

How to access the service methods if the service reference url is dynamic?

In my metro application , i give a provision to the user to enter the url in a textbox , depending upon that i need to connect to that service(so the service url will be changing)

1)How to consume the service methods in my metro app if the service refernce url is changing ?

2)how to access one particular service method in my metro app of many service methods present (how to call that one particular only by passing parameters as input)

Thanks in advance.