In Brief

This chapter discussed ASP.NET Web Services, how they are built with C#Builder, and how to communicate with them with a client application.

  • Web service is an open-standards component that exposes an API that clients may call over a network. Although Web services commonly use HTTP, they are designed to communicate in a transport-independent manner. Supporting standards include SOAP for message format, Web Service Description Language (WSDL) for Web Service definition, and Universal Description, Discovery, and Integration (UDDI) for Web Service discovery.

  • Borland C#Builder implements ASP.NET Web Services, which use the infrastructure of the .NET Framework and ASP.NET technology to operate. All of the internal plumbing of Web Services is encapsulated by this infrastructure so that an application may use a Web service through a proxy, which is a managed object that communicates with the Web service.



C# Builder KickStart
C# Builder KickStart
ISBN: 672325896
EAN: N/A
Year: 2003
Pages: 165

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