A 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.
A C# tutorial showing you how to make use of WMI to extract information on disk drives, such as model, capacity, sectors and serial number.
This 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.
Creating 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.
VB And XML Request |
On Sunday, January 17th 2010 at 04:12 PM By Spero |
|
|
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 Requestby 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/ |
||