jorgediz / xmlrpcnet

Automatically exported from code.google.com/p/xmlrpcnet
0 stars 0 forks source link

Returning an Array of Strings to a CF application raises an exception #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When a call is made to an application returning an Array of Strings by a 
Windows Mobile application (CF Framwork) to a fullblown application, an 
Exception is raised (invalid type, implicit string expected Array) on the 
CF client.

Original issue reported on code.google.com by herr.fie...@gmail.com on 1 Dec 2008 at 9:24

GoogleCodeExporter commented 8 years ago
BTW, with an older XML-RPC.NET version (e.g 2.3.0) everything works fine.

Original comment by herr.fie...@gmail.com on 1 Dec 2008 at 9:26

GoogleCodeExporter commented 8 years ago
I have this same issue, although I can't get it to work with any version.

I'm trying to use XML-RPC.NET communicating over the MetaWeblog API. I have 
fully
functional code for a desktop computer, but when I copy it to a Windows Mobile
Application it just doesn't work, all I get is the "invalid type, implicit 
string
expected Array" error (yes, I remembered to change to the CF dll).

The code is as simple as requesting a list of posts from a blog, and as I said 
it
works fine on a desktop computer application...

Original comment by xor...@gmail.com on 4 Dec 2008 at 8:51

GoogleCodeExporter commented 8 years ago
I added the CF/XML-RPC project to my solution (the DLLs for desktop/mobile are 
built 
with the rest of the project). As I was a little lazy, I downloaded the source 
for 
version 2.3.0 and simply overwrote the source files. At the next rebuild 
everything 
worked fine... 

If you want to, I can send you my debug build of the DLL, so you can try with 
that 
one?

Original comment by herr.fie...@gmail.com on 4 Dec 2008 at 9:04

GoogleCodeExporter commented 8 years ago
Please do! Much appreciated!

[my username]@gmail.com

Thanks!

Original comment by xor...@gmail.com on 4 Dec 2008 at 9:09

GoogleCodeExporter commented 8 years ago
Fixed in revision 74.

Original comment by ChasC...@gmail.com on 19 Dec 2008 at 3:40

GoogleCodeExporter commented 8 years ago

Original comment by ChasC...@gmail.com on 19 Dec 2008 at 3:44

GoogleCodeExporter commented 8 years ago

Original comment by ChasC...@gmail.com on 19 Dec 2008 at 3:46