July 2003
Intermediate to advanced
736 pages
16h 35m
English
Many of the technologies that support XML Web Services, like XML, are not new. What is new is the ease with which you can consume and implement Web Services. So far you know that Visual Studio .NET seamlessly employs UDDI, DISCO, and WSDL to incorporate XML Web Services into client applications. Creating Web Services is even easier. In a nutshell, you create an XML Web Service project by selecting the ASP.NET Web Service applet from the New Project dialog (Figure 13.3). After you have created the project, all you have to do is define methods and types and apply the WebMethod attribute to public methods you want to export. Listing 13.4 shows the complete (albeit short) listing for the Web Service containing the ...
Read now
Unlock full access