<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>XMLRPCNET at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/XMLRPCNET/</link>
    <description>XML-RPC.NET</description>

    <item>
      <title>Re: Client software sends improper/unexpected type in message to my </title>
      <pubDate>Mon, 19 Oct 2009 22:19:51 GMT</pubDate>
      <dc:creator>t_groten</dc:creator>
      <link>http://tech.groups.yahoo.com/group/XMLRPCNET/message/1226</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/XMLRPCNET/message/1226</guid>
      <description>hi Charles! Thanks.  I am having Brain freeze here.  If I specify a struct (event_struct) as the object that is to be mapped/loaded from the request and one of</description>
    </item>
    <item>
      <title>Re: Client software sends improper/unexpected type in message to my </title>
      <pubDate>Mon, 12 Oct 2009 11:45:45 GMT</pubDate>
      <dc:creator>Charles Cook</dc:creator>
      <link>http://tech.groups.yahoo.com/group/XMLRPCNET/message/1225</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/XMLRPCNET/message/1225</guid>
      <description>Hi Tim: in this scenario you have to specify the type as Object and then check it at runtime to see if it is an array or string. ... [Non-text portions of this</description>
    </item>
    <item>
      <title>Client software sends improper/unexpected type in message to my serv</title>
      <pubDate>Fri, 09 Oct 2009 15:53:29 GMT</pubDate>
      <dc:creator>t_groten</dc:creator>
      <link>http://tech.groups.yahoo.com/group/XMLRPCNET/message/1224</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/XMLRPCNET/message/1224</guid>
      <description>Hi! I get this error occasionally where the client is sending an improper type (unfortunately I have no control over the client software).  I am expecting an</description>
    </item>
    <item>
      <title>Re: Could not load type X from assembly Y</title>
      <pubDate>Mon, 21 Sep 2009 07:00:55 GMT</pubDate>
      <dc:creator>Charles Cook</dc:creator>
      <link>http://tech.groups.yahoo.com/group/XMLRPCNET/message/1223</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/XMLRPCNET/message/1223</guid>
      <description>Hi Duane: the class names were different (the &#39;*&#39; were how Yahoo handled bold formatting in the message I sent). ... [Non-text portions of this message have</description>
    </item>
    <item>
      <title>Re: Could not load type X from assembly Y</title>
      <pubDate>Sun, 20 Sep 2009 05:07:46 GMT</pubDate>
      <dc:creator>Duane</dc:creator>
      <link>http://tech.groups.yahoo.com/group/XMLRPCNET/message/1222</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/XMLRPCNET/message/1222</guid>
      <description>Charles, This was not my post, but I don&#39;t really follow the explanation, or the reason for the exception.  What is the purpose of the asterisks (*)</description>
    </item>
    <item>
      <title>Re: Could not load type X from assembly Y</title>
      <pubDate>Sat, 19 Sep 2009 17:21:16 GMT</pubDate>
      <dc:creator>freelancegermany</dc:creator>
      <link>http://tech.groups.yahoo.com/group/XMLRPCNET/message/1221</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/XMLRPCNET/message/1221</guid>
      <description>Ups ;) I must apologizw; seems I see to much code on this day</description>
    </item>
    <item>
      <title>Re: Could not load type X from assembly Y</title>
      <pubDate>Fri, 18 Sep 2009 14:37:32 GMT</pubDate>
      <dc:creator>Charles Cook</dc:creator>
      <link>http://tech.groups.yahoo.com/group/XMLRPCNET/message/1220</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/XMLRPCNET/message/1220</guid>
      <description>Could not load type &#39;*XmlRpcServer.wfDataServer&#39;* from assembly &#39;XmlRpcServer&#39;. namespace *XmlRpcServer* { public class *wfDataExchange*: XmlRpcService ... On</description>
    </item>
    <item>
      <title>Could not load type X from assembly Y</title>
      <pubDate>Fri, 18 Sep 2009 14:28:09 GMT</pubDate>
      <dc:creator>freelancegermany</dc:creator>
      <link>http://tech.groups.yahoo.com/group/XMLRPCNET/message/1219</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/XMLRPCNET/message/1219</guid>
      <description>Hello, i am very new with xml rpc and i got the error Could not load type &#39;XmlRpcServer.wfDataServer&#39; from assembly &#39;XmlRpcServer&#39;. for a example application. </description>
    </item>
    <item>
      <title>Re: problem with running DrupalXmlRpc.NET package</title>
      <pubDate>Wed, 16 Sep 2009 07:10:10 GMT</pubDate>
      <dc:creator>Charles Cook</dc:creator>
      <link>http://tech.groups.yahoo.com/group/XMLRPCNET/message/1218</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/XMLRPCNET/message/1218</guid>
      <description>Hi Deepali: there is a mismatch between what the client expects and what the server returns. This could be because when there is a error, for example login</description>
    </item>
    <item>
      <title>Re: Problem creating struct with a base64 member</title>
      <pubDate>Tue, 15 Sep 2009 12:03:53 GMT</pubDate>
      <dc:creator>ddlakoduk</dc:creator>
      <link>http://tech.groups.yahoo.com/group/XMLRPCNET/message/1217</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/XMLRPCNET/message/1217</guid>
      <description>Thanks for your reply Charles, I got this working last night.  I changed the struct: public struct VideoStruct { public byte[] file; public string title; </description>
    </item>
    <item>
      <title>Re: Problem creating struct with a base64 member</title>
      <pubDate>Tue, 15 Sep 2009 11:23:56 GMT</pubDate>
      <dc:creator>Charles Cook</dc:creator>
      <link>http://tech.groups.yahoo.com/group/XMLRPCNET/message/1216</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/XMLRPCNET/message/1216</guid>
      <description>Hi Duane: XML-RPC.NET maps the XML-RPC type base64 onto an array of Byte: http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#1.12 ... [Non-text portions of this</description>
    </item>
    <item>
      <title>Problem creating struct with a base64 member</title>
      <pubDate>Mon, 14 Sep 2009 05:36:56 GMT</pubDate>
      <dc:creator>ddlakoduk</dc:creator>
      <link>http://tech.groups.yahoo.com/group/XMLRPCNET/message/1215</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/XMLRPCNET/message/1215</guid>
      <description>I am a newbie at xml-rpc.net and having some difficulty creating a method call that requires a string parameter and a struct parameter with a base64, and 2</description>
    </item>
    <item>
      <title>problem with running DrupalXmlRpc.NET package</title>
      <pubDate>Fri, 11 Sep 2009 14:51:25 GMT</pubDate>
      <dc:creator>deepali_tatkar27</dc:creator>
      <link>http://tech.groups.yahoo.com/group/XMLRPCNET/message/1214</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/XMLRPCNET/message/1214</guid>
      <description>Hi i have downloaded the DrupalXmlRpc.NET. framwok from sourceforge.net and tried running the same example. i just changed the wensite address to my drupal</description>
    </item>
    <item>
      <title>Re: XmlExcpetion thrown when Service tries to read 	request.</title>
      <pubDate>Wed, 09 Sep 2009 20:21:10 GMT</pubDate>
      <dc:creator>Tim Grotenhuis :: Huisware Web Technologi</dc:creator>
      <link>http://tech.groups.yahoo.com/group/XMLRPCNET/message/1213</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/XMLRPCNET/message/1213</guid>
      <description>Thanks again Charles! I made the modification as directed and it got me passed that and on to the next issue ( a non-standard dateTime format ). Aighh. Anyway,</description>
    </item>
    <item>
      <title>Re: XmlExcpetion thrown when Service tries to read request.</title>
      <pubDate>Wed, 09 Sep 2009 16:12:46 GMT</pubDate>
      <dc:creator>Charles Cook</dc:creator>
      <link>http://tech.groups.yahoo.com/group/XMLRPCNET/message/1212</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/XMLRPCNET/message/1212</guid>
      <description>Complain to the people who wrote the client code? :-) You could modify this code in DeserializeRequest: XmlNode valueNode = SelectSingleNode(paramNode,</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Fri Nov 20 18:34:35 PST 2009 -->
