<?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: Writing an XML-RPC server or client in ASP.Net: Part 2</title>
	<atom:link href="http://www.gotripod.com/2007/03/09/writing-an-xml-rpc-server-or-client-in-aspnet-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gotripod.com/2007/03/09/writing-an-xml-rpc-server-or-client-in-aspnet-part-2/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 08 Mar 2010 07:35:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Writing an XML-RPC server or client in ASP.Net: Part 1 &#171; Go Tripod Ltd</title>
		<link>http://www.gotripod.com/2007/03/09/writing-an-xml-rpc-server-or-client-in-aspnet-part-2/#comment-1341</link>
		<dc:creator>Writing an XML-RPC server or client in ASP.Net: Part 1 &#171; Go Tripod Ltd</dc:creator>
		<pubDate>Mon, 03 Aug 2009 16:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://old.miletbaker.com/index.php/2007/09/06/writing-an-xml-rpc-server-or-client-in-aspnet-part-2/#comment-1341</guid>
		<description>[...] Part Two available here [...]</description>
		<content:encoded><![CDATA[<p>[...] Part Two available here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.gotripod.com/2007/03/09/writing-an-xml-rpc-server-or-client-in-aspnet-part-2/#comment-53</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 20 Apr 2009 06:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://old.miletbaker.com/index.php/2007/09/06/writing-an-xml-rpc-server-or-client-in-aspnet-part-2/#comment-53</guid>
		<description>Jon,

You frickin&#039; rule! This is exactly what I was looking for.

Thanks a ton!

Joe</description>
		<content:encoded><![CDATA[<p>Jon,</p>
<p>You frickin&#8217; rule! This is exactly what I was looking for.</p>
<p>Thanks a ton!</p>
<p>Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://www.gotripod.com/2007/03/09/writing-an-xml-rpc-server-or-client-in-aspnet-part-2/#comment-49</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Fri, 27 Feb 2009 11:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://old.miletbaker.com/index.php/2007/09/06/writing-an-xml-rpc-server-or-client-in-aspnet-part-2/#comment-49</guid>
		<description>Hi.
I am using CookComputing.XmlRpc to write a client.
The service I&#039;m working against have one method I&#039;m struggling with.
Its a method for importing file. Making a struct with the file in bytes is easy, but sending this struct don&#039;t work.
I&#039;m not able to use struct as a type in the interface when declaring the method.
Don&#039;t CookComputing.XmlRpc support struct?
Any ides..</description>
		<content:encoded><![CDATA[<p>Hi.<br />
I am using CookComputing.XmlRpc to write a client.<br />
The service I&#8217;m working against have one method I&#8217;m struggling with.<br />
Its a method for importing file. Making a struct with the file in bytes is easy, but sending this struct don&#8217;t work.<br />
I&#8217;m not able to use struct as a type in the interface when declaring the method.<br />
Don&#8217;t CookComputing.XmlRpc support struct?<br />
Any ides..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.gotripod.com/2007/03/09/writing-an-xml-rpc-server-or-client-in-aspnet-part-2/#comment-45</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 23 Sep 2008 08:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://old.miletbaker.com/index.php/2007/09/06/writing-an-xml-rpc-server-or-client-in-aspnet-part-2/#comment-45</guid>
		<description>Hi

unfortunately I do not know the answer to either of these. XML-RPC is quite an enigmatic protocol I have not seen any videos. As for using XML-RPC over sockets directly. This should be possible I have not done any .Net for a very long time but I think you can transmit strings rather than have to byte encode. Just transafer your XML-RPC as a string between a client socket and server socket (I may be confusing with Java here sorry) and then constuct an XMLRPCStruct. In fact you can possibly serialize the XMLRPCStruct over the wire. Maybe someone with more recent .Net experience can help you.

Regards,

Jon</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>unfortunately I do not know the answer to either of these. XML-RPC is quite an enigmatic protocol I have not seen any videos. As for using XML-RPC over sockets directly. This should be possible I have not done any .Net for a very long time but I think you can transmit strings rather than have to byte encode. Just transafer your XML-RPC as a string between a client socket and server socket (I may be confusing with Java here sorry) and then constuct an XMLRPCStruct. In fact you can possibly serialize the XMLRPCStruct over the wire. Maybe someone with more recent .Net experience can help you.</p>
<p>Regards,</p>
<p>Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mohammad</title>
		<link>http://www.gotripod.com/2007/03/09/writing-an-xml-rpc-server-or-client-in-aspnet-part-2/#comment-41</link>
		<dc:creator>mohammad</dc:creator>
		<pubDate>Tue, 23 Sep 2008 06:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://old.miletbaker.com/index.php/2007/09/06/writing-an-xml-rpc-server-or-client-in-aspnet-part-2/#comment-41</guid>
		<description>Hai,

Can you please send me a link for a video tutorial to understand clearly about xml rpc.</description>
		<content:encoded><![CDATA[<p>Hai,</p>
<p>Can you please send me a link for a video tutorial to understand clearly about xml rpc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fulin Xiang</title>
		<link>http://www.gotripod.com/2007/03/09/writing-an-xml-rpc-server-or-client-in-aspnet-part-2/#comment-37</link>
		<dc:creator>Fulin Xiang</dc:creator>
		<pubDate>Tue, 12 Aug 2008 06:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://old.miletbaker.com/index.php/2007/09/06/writing-an-xml-rpc-server-or-client-in-aspnet-part-2/#comment-37</guid>
		<description>Hi,

Do you know how to use XML-RPC.NET to create a client that can connect to a non-html endpoint (where there is no http server, just IP address and port number)?

Thank you!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Do you know how to use XML-RPC.NET to create a client that can connect to a non-html endpoint (where there is no http server, just IP address and port number)?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clockwork Objects &#187; Writing an XML-RPC server or client in ASP.Net: Part 1</title>
		<link>http://www.gotripod.com/2007/03/09/writing-an-xml-rpc-server-or-client-in-aspnet-part-2/#comment-33</link>
		<dc:creator>Clockwork Objects &#187; Writing an XML-RPC server or client in ASP.Net: Part 1</dc:creator>
		<pubDate>Tue, 04 Dec 2007 15:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://old.miletbaker.com/index.php/2007/09/06/writing-an-xml-rpc-server-or-client-in-aspnet-part-2/#comment-33</guid>
		<description>[...] Part Two available here [...]</description>
		<content:encoded><![CDATA[<p>[...] Part Two available here [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
