Consuming Webservice from VB.NET 2008 Express
-
Tuesday, March 02, 2010 6:45 AMGood day,
I have created a web service in Visual Web developer 2008 express and now want to consume it form vb.net 2008 express. Unfortunately there is no information on how to do this anywhere.
Any ideas, please help.
All Replies
-
Wednesday, March 03, 2010 10:50 AM
Hi,
you can add it as a service reference or web reference
noob vb programmer- Marked As Answer by Jeff Shan Tuesday, March 09, 2010 1:47 AM
-
Thursday, March 04, 2010 10:04 AM
Hi gengelbr,
Here are some articles talk about consuming a Web service in a .NET application
http://articles.techrepublic.com.com/5100-10878_11-5768122.html
http://www.codeproject.com/KB/vb/vbwebservice.aspx
http://www.vbdotnetheaven.com/UploadFile/mmehta/SimpleWebService04262005065102AM/SimpleWebService.aspx
What i want to add is you are not limited to consuming Web services only into ASP.NET applications. It also can be consumed in Window Forms, Windows Presentation Foundation applications, mobile applications, and etc.
Hope this helps
Regards
Jeff Shan
Please remember to mark the replies as answers if they help and unmark them if they provide no help.- Marked As Answer by Jeff Shan Tuesday, March 09, 2010 1:47 AM

