
Chapter 9. Web services in Microsoft .Net and WebSphere 197
Figure 9-7 Selecting a language and project type with Microsoft Visual Studio .Net 2003
2
Developing an ASP.NET Web service
Having decided to build a ASP.NET Web service project type, Microsoft Visual
Studio .Net 2003 prompts you by bringing up the component designer,
Figure 9-8 Component design in Microsoft Visual Studio .Net 2003
This creates a default Web service entry point (service1.asmx) and a form (see
Figure 9-8) to add components, or to switch to the code view to start writing code
- typically kept in a .asmx.cs “code behind” file.
In Microsoft Visual Studio .Net 2003 the dev