Summary

In this chapter, we examined the purpose of Web services and the technologies they use. You learned how to create Web services simply and quickly using Visual Studio .NET and J#. You can create Web services as ASP.NET components with an ASMX file extension. You can expose Web methods from which ASP.NET will generate a service description in WSDL. Visual Studio .NET allows you to examine and test a Web service through a Web browser.

You learned that complex data types can be passed between a client and a Web service and that object parameters are automatically converted into such complex types defined in WSDL. You can pass DataSet objects and XML documents as parameters or return values to Web service operations. You learned that ASP.NET-based ...

Get Microsoft® Visual J#™ .NET (Core Reference) 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.