Geekpedia Tutorials Home

Building a C# Chat Client and Server

Building a C# Chat Client and ServerA step by step tutorial teaching you how to create your own chat client and chat server easily in C#, for local networks or the Internet.

in C# Programming Tutorials

Getting Hard Drive Information

Getting Hard Drive InformationA C# tutorial showing you how to make use of WMI to extract information on disk drives, such as model, capacity, sectors and serial number.

in C# Programming Tutorials

UPS Shipping Calculator

UPS Shipping CalculatorThis tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS service type.

in PHP Programming Tutorials

Create Your Own Rich Text Editor

Create Your Own Rich Text EditorCreating a Rich Text Editor using JavaScript is easier to do than you might think, thanks to the support of modern browsers; this tutorial will walk you through it.

in JavaScript Programming Tutorials
Search
Tutorials
Programming Tutorials
IT Jobs
From CareerBuilder

VB And XML Request

On Sunday, January 17th 2010 at 04:12 PM
By Spero
I am using Visual Basic 2010 to send an XML request to a web services
site, I can phrase the request with lat and lan and it show a may,
however what method do you us in vb to make the xml request, never
done this before?

Re: VB and XML Request

by Martin on Monday, January 18th 2010 at 07:31 AM
Spero wrote:
> I am using Visual Basic 2010 to send an XML request to a web services
> site, I can phrase the request with lat and lan and it show a may,
> however what method do you us in vb to make the xml request, never
> done this before?

Add a web reference to the web service description, then VS does all the
work for you by creating .NET classes for a web service proxy object so
that you can call methods of the proxy object.

--

Martin Honnen --- MVP XML
http://msmvps.com/blogs/martin_honnen/
Sponsors
Discover Geekpedia

Other Resources