Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create WebService Proxy at runtime

Status
Not open for further replies.

ronenhm

Programmer
Dec 20, 2001
43
IL
Hi all,
how can i create Proxy to a webService at runtime?
what i want to be able to do is:
by a given webService url i like to "LateBind" to that WebService and invoke a method by its name
somthing like that:

GenericProxy.BindTo("GenericProxy.Invoke("HelloWorld",Arguments)

i saw examples using the Compiler to compile proxy at run time but i think this is too slow
another solution will be to interop with the soap toolkit
but this is not so elegant way to sole the problem

please do help

ronen.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top