Featured Post from richyrich
by
on October 19th, 2009 at 10:01 PM
2) A simple .asmx file and calling a function
This is part of a series of blogs. The others are:-
1) Introduction
3) Converting a .asmx file to WCF .svc file
The .asmx file I started with probably isn’t a great example of something you’d want as a web service, but it was just something I was working on at the time and I think it’s complicated enough to enable you to develop a variety of different applicable WCF services. What I have is an asmx file that
...