<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: today&#8217;s c# lesson</title>
	<link>http://www.raintown.net/fBlog/2008/10/07/todays-c-lesson/</link>
	<description>can you blig it?</description>
	<pubDate>Sun, 20 May 2012 17:35:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Josh</title>
		<link>http://www.raintown.net/fBlog/2008/10/07/todays-c-lesson/#comment-361</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 09 Oct 2008 16:08:51 +0000</pubDate>
		<guid>http://www.raintown.net/fBlog/2008/10/07/todays-c-lesson/#comment-361</guid>
		<description>I wonder if vstudio 2008 is doing something here, my service and clients are all vstudio 2003... I'd definitely be keen on knowing if you find out that its vstudio 2008!</description>
		<content:encoded><![CDATA[<p>I wonder if vstudio 2008 is doing something here, my service and clients are all vstudio 2003&#8230; I&#8217;d definitely be keen on knowing if you find out that its vstudio 2008!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frog</title>
		<link>http://www.raintown.net/fBlog/2008/10/07/todays-c-lesson/#comment-360</link>
		<dc:creator>frog</dc:creator>
		<pubDate>Wed, 08 Oct 2008 23:14:40 +0000</pubDate>
		<guid>http://www.raintown.net/fBlog/2008/10/07/todays-c-lesson/#comment-360</guid>
		<description>Interesting Josh.  Of my two webmethods one takes an int and the other takes no args and as mentioned in my post I got a runtime error trying to add the web reference to my client app.  Problem disappeared when I commented out one of the webmethods.  I'll have to research this further, since you give me hope that there may be a way to get it to work.  FYI: the web service is built in vstudio 2003 and the client in vstudio 2008.</description>
		<content:encoded><![CDATA[<p>Interesting Josh.  Of my two webmethods one takes an int and the other takes no args and as mentioned in my post I got a runtime error trying to add the web reference to my client app.  Problem disappeared when I commented out one of the webmethods.  I&#8217;ll have to research this further, since you give me hope that there may be a way to get it to work.  FYI: the web service is built in vstudio 2003 and the client in vstudio 2008.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.raintown.net/fBlog/2008/10/07/todays-c-lesson/#comment-359</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Wed, 08 Oct 2008 17:29:45 +0000</pubDate>
		<guid>http://www.raintown.net/fBlog/2008/10/07/todays-c-lesson/#comment-359</guid>
		<description>Frank, 

My webmethods aren't causing problems as webreferences and they use different signatures.. these aren't instantiators though, is that the difference?

[WebMethod(Description="Upload a file to a fileshare, specifying the server path, directory, identifier, and filename", MessageName="UploadToSpecificServer")]

public void UploadFile(string path, string directoryName, string identifier, string filename) {

[WebMethod(Description="Upload a file to a fileshare, specifying the directory, identifier, and filename", MessageName="UploadToDefaultServer")]

public void UploadFile(string directoryName, string identifier, string filename) {</description>
		<content:encoded><![CDATA[<p>Frank, </p>
<p>My webmethods aren&#8217;t causing problems as webreferences and they use different signatures.. these aren&#8217;t instantiators though, is that the difference?</p>
<p>[WebMethod(Description=&#8221;Upload a file to a fileshare, specifying the server path, directory, identifier, and filename&#8221;, MessageName=&#8221;UploadToSpecificServer&#8221;)]</p>
<p>public void UploadFile(string path, string directoryName, string identifier, string filename) {</p>
<p>[WebMethod(Description=&#8221;Upload a file to a fileshare, specifying the directory, identifier, and filename&#8221;, MessageName=&#8221;UploadToDefaultServer&#8221;)]</p>
<p>public void UploadFile(string directoryName, string identifier, string filename) {</p>
]]></content:encoded>
	</item>
</channel>
</rss>

