tukarambande / xmlrpcnet

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

Int64 web output is blank #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use a long integer.
2. Look at the web output.

What is the expected output? What do you see instead?
I was hoping it would say 'int8' or 'long' or somesuch.

What version of the product are you using? On what operating system?
The newest, to my knowledge. Windows XP.

Please provide any additional information below.
Presently, the web output is blank for longs. It appears to be that way for
nullable types as well. Do these not work with XML-RPC.NET? I have been
testing the XML-RPC.NET server with a downloaded Java client and it has
trouble with both the nullables and the Int64s, though it may be a
combination of the two?

Original issue reported on code.google.com by xoc...@gmail.com on 13 Aug 2009 at 5:22

GoogleCodeExporter commented 8 years ago
int8 supported in release 2.5. nil supported in release 3.0

Original comment by ChasC...@gmail.com on 6 Mar 2011 at 10:15