1

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?

Axarydax
  • 16,353
  • 21
  • 92
  • 151
eba
  • 673
  • 2
  • 11
  • 22

2 Answers2

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
0

How about:

Community
  • 1
  • 1
KMån
  • 9,896
  • 2
  • 31
  • 41