DynWsLib
A .NET Library to dynamically call Web services at runtime.
Have you ever thought of invoking your Web services dynamically without having to generate a client-side proxy class at design/compile time with WSCF, 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, specify the service (binding) to use and the operations to call, and voila! The library can be used especially good in testing scenarios.
Just noticed this other good stuff for web services, posted by Softwaremaker. It’s from the same guy as the previous post I made, WS-ContractFirst (WSCF).
Do check it out.
Oh and just to add, the web services guru in Singapore, Softwaremaker aka William Tay’s blog. http://www.softwaremaker.net/blog
Recent Comments