Need to call web method, from web service. but name of method is unknown at compile time, so i can not use vs proxy generated class for webservice. So, how can i define name of method at runtime?
Asked
Active
Viewed 1,092 times
2 Answers
0
Look at this post. It involves calling wsdl
to generate proxy for the webservice when required.

Axarydax
- 16,353
- 21
- 92
- 151
-
sry, but i see only how he changes URL of service, but question is a bit diffrent – eba Jan 13 '11 at 09:05
-
OK. look here - related question: http://stackoverflow.com/questions/1277212/how-to-call-a-web-service-with-no-wsdl-in-net – Axarydax Jan 13 '11 at 09:23