Chapter Summary

‚   ‚  


Web service support is one of the most significant advances in the .NET architecture. The .NET Framework supports both creating and consuming Web services through command-line tools as well as the Visual Studio .NET IDE.

KEY TERMS

  • Web service

  • SOAP

  • Disco

  • UDDI

  • WSDL

  • Web method

  • Web reference

Web services provide you with a way to invoke objects over the Internet. A Web service can expose one or more Web methods ‚ each of which can accept parameters and return objects.

Web services use protocols and standards including SOAP, Disco, UDDI, and WSDL to communicate. These protocols are designed to use HTTP as their transmission mechanism so that they are generally not blocked by firewalls.

The .NET Framework includes command-line tools to aid in the discovery and use of Web services. Visual Studio .NET wraps these tools in the simple act of setting a Web reference. Either method produces local proxy classes that you can use to send messages to a Web service and that will return the results from the Web service to the rest of your application.


‚   ‚  
Top


MCAD. MCSD Training Guide (Exam 70-310. Developing XML Web Services and Server Components with Visual Basic. NET and the. NET Framework)
MCAD/MCSD Training Guide (70-310): Developing XML Web Services and Server Components with Visual Basic(R) .NET and the .NET Framework
ISBN: 0789728206
EAN: 2147483647
Year: 2002
Pages: 166

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net