Auto Generate Web Service Proxy With Intellisense Support
Nov 11th 2007 | Posted by Kadir Pekel as .NET, ASP.NET, General, c#
Here is my work that auto generates a web service proxy into an assembly with a BuildProvider implementation. It’s a protoype, the rest could be implemented in your own way but it is surely working as it is (i won’t develop it further). Once it is built, the c# code wrapper of web service description generated and compiled into memory (infact into an assembly in asp.net temp directory), so you can use intellisense support of Visual Studio.
It could stand as an alternative for wsdl.exe tool of .NET Framework sdk or Visual Studio’s web referencing feature.
I won’t describe the code one by one, you can watch the poor and short video below and download the project source code at the and of this post to digg in somemore. It can cause reinspirations nicely, if you catch one please let me know, i would like to help. So enjoy it!
P.S: If you have interested in SubSonic project which is exactly popular nowadays, this work inspired a bit from it.
Subscribe in a reader
Subscribe via e-mail