Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 47,134 times

Contents

Related Categories

Implementing The Google Web Service In VB.NET - Introduction

JayeshJain

Introduction

A web service is one of the greatest technologies developed in Internet world, which can be used to connect businesses and clients in a standardized method using XML (Extensible Markup Language), SOAP (Simple Object Access Protocol), WSDL (Web Services Description Language) and UDDI (Universal Description, Discovery and Integration).

XML is used for structuring the data, SOAP is used to transfer the data, WSDL is used for describing the services and UDDI is used to get a list of services available. Web services allows application to communicate with each other without worrying about their hardware systems, operating systems and programming languages.

Unlike older models, web services do not provide a user interface, but instead they exposes business logic, which can be programmed, and hence the user is free to add his own interface to the application.

In this article we’re going to learn how to implement the Google web service using Microsoft Visual Basic.Net. You will need the .NET framework installed, as well as Visual Studio.Net if you want to experiment with the source code presented in this article.

Jayesh Jain is working as a Business Analyst in Auckland, New Zealand. He has several years of n-Tier development experience in developing interactive client solutions. He has a passion for Web development and in the spare time he likes to write articles. Contact him at: jainjayesh74@yahoo.com

Comments

  • Thanx

    Posted by a_b_c_d@atlas.cz on 30 Mar 2004

    With a huge pleasure I've found this article. Thank you.:p