<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: how do I write code to consume a web service in visual basic?</title>
	<atom:link href="http://www.soaguru.com/how-do-i-write-code-to-consume-a-web-service-in-visual-basic/feed" rel="self" type="application/rss+xml" />
	<link>http://www.soaguru.com/how-do-i-write-code-to-consume-a-web-service-in-visual-basic</link>
	<description>www.soaguru.com</description>
	<lastBuildDate>Fri, 13 May 2011 15:20:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: bhaskar</title>
		<link>http://www.soaguru.com/how-do-i-write-code-to-consume-a-web-service-in-visual-basic/comment-page-1#comment-224</link>
		<dc:creator>bhaskar</dc:creator>
		<pubDate>Thu, 17 Sep 2009 00:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://soaguru.com/how-do-i-write-code-to-consume-a-web-service-in-visual-basic#comment-224</guid>
		<description>step by step (VS 2005):
1. create a new project
2.a. right-click solution name in solution explorer
2.b. or goto project menu
3. select add reference
4. type in or copy paste the url in the url text box and click go
5. once the web reference in listed, click add reference
6. declare the service as a variable so you can create an object
7. the properties, events and ,methods are now available to you. Use it as any other class

</description>
		<content:encoded><![CDATA[<p>step by step (VS 2005):<br />
1. create a new project<br />
2.a. right-click solution name in solution explorer<br />
2.b. or goto project menu<br />
3. select add reference<br />
4. type in or copy paste the url in the url text box and click go<br />
5. once the web reference in listed, click add reference<br />
6. declare the service as a variable so you can create an object<br />
7. the properties, events and ,methods are now available to you. Use it as any other class</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vera</title>
		<link>http://www.soaguru.com/how-do-i-write-code-to-consume-a-web-service-in-visual-basic/comment-page-1#comment-225</link>
		<dc:creator>Vera</dc:creator>
		<pubDate>Thu, 17 Sep 2009 00:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://soaguru.com/how-do-i-write-code-to-consume-a-web-service-in-visual-basic#comment-225</guid>
		<description>By consume do you mean use?

Visual Studio.NET makes asp.net powered sites. You have to make sure that your host has asp.net support and the write the behind code (everything in the .aspx.vb files in Visual Basic).

</description>
		<content:encoded><![CDATA[<p>By consume do you mean use?</p>
<p>Visual Studio.NET makes asp.net powered sites. You have to make sure that your host has asp.net support and the write the behind code (everything in the .aspx.vb files in Visual Basic).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.soaguru.com @ 2012-02-09 03:25:18 -->
