Sure, take a look at Christian Weyer's great library:
http://weblogs.asp.net/cweyer/archiv...7/07/9769.aspx
"Did you ever think about invoking your XML Web Services dynamically without
having to generate a client side proxy class at design/compile time with
wsdl.exe or Visual Studio .NET? - No need to know the exact Web Service
description and endpoint at compile/design time. Just get your WSDL from
UDDI (or from wherever you want, e.g. XMethods), specify the type to
instantiate and the methods to call ... voila! Can be used from any .NET
application or even an unmanaged resource."
--
Greetz
Jan Tielens
________________________________
Read my weblog:
http://weblogs.asp.net/jan
"Chris" <> wrote in message
news:#...
> Hi all.
> Does anybody know how to invoke web methods on the fly - without having
to
> build a client side proxy.
> I know this is possible with the soap toolkit - I would not want so use it
> though seeing that it is not managed.
> Any ideas would be great!
>
> Thanks
>
>