Example ATL Server Web Service
To keep the code that you write as simple as possible, allowing you to concentrate on the code that Visual Studio .NET provides for you, I'll create a sample ATL Server Web Service that accepts a string and reverses the characters to be returned as an output string. I created the solution by using Visual Studio .NET's New, Project menu option and selecting ATL Server Web Service. I then selected a target directory for the solution files and named the solution ReverseString. I dismissed the resulting options dialog by clicking the Finish button, and I did this because everything that you require to create the Web Service project has been established by Visual Studio .NET.
After Visual Studio .NET finished creating ...
Get Applied SOAP: Implementing .NET XML Web Services now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.