|
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/ |
|
|