Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB.NET 1.0 > VB.NET 2002/2003 Basics
|
VB.NET 2002/2003 Basics For coders who are new to Visual Basic, working in .NET versions 2002 or 2003 (1.0 and 1.1).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB.NET 2002/2003 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 20th, 2003, 02:47 AM
Authorized User
 
Join Date: Jun 2003
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to kashif Send a message via MSN to kashif Send a message via Yahoo to kashif
Default what is Web Services and How to Create one in VB


hi,
i would like to know more and wanna b a developer on web services so let me know all about them with example . any one can mail me a
[email protected]
thank you for wrox for thing beautiful disscussion forum and you for reading this message.
waiting for replies


Every Dog has its day.
__________________
PEACE
 
Old June 20th, 2003, 03:09 AM
Authorized User
 
Join Date: Jun 2003
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
Default

A web service runs on a Microsoft Web Server and, if you reference it from a VB.NET application (windows, web, whatever) you can use it like a class and create an instance of it and use its methods etc.....

A good example is Amazon have a web service that people can use to query their database of books, so somebody with a website about say gardening could use Amazons web service to provide information about gardening books and they dont have to have their own database of books.

Behind the scenes, the data is transported in XML format and requests are made using SOAP, but if you probably dont need to know that for creating simple Web Services and consuming them from other applications.

Do a search on www.google.com for "XML Web Services VB example" and you should get plenty to get you started.

HTH





Similar Threads
Thread Thread Starter Forum Replies Last Post
Create setup for analysis,reporting services 2005 santoshkrmishra SQL Server 2005 0 August 18th, 2006 08:16 AM
VB.NET Beta 2 and web services anin .NET Web Services 0 May 17th, 2005 09:42 AM
Web Services fuehrer C# 1 May 2nd, 2005 12:28 PM
Web Services Error (Ch18) - No Web Disc. Info. ElPato BOOK: Beginning ASP.NET 1.0 2 April 13th, 2005 03:27 PM
Web Services qadeerahmad Forum and Wrox.com Feedback 3 August 7th, 2004 01:02 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.