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.
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.