Lists and XML-RPC

Daniel Berlinger daniel at circumtech.com
Thu Jul 26 16:03:26 PDT 2001


Hello everyone,

I have an application that returns large lists of things as an array via XML-RPC. At the moment it is returning 181k worth of stuff and Frontier automagically converts this to a list.

In my testing (on Mac), lists are limited to 256K... so my nice long array is truncated.

I'm looking at the spec tonight to find out how many times an array is returned, because it might be easier to have the spec owner modify it to return a string rather than array and deal with issue that way... but just in case, I was wondering whether there was a work around?

Copying and modifying (hacking) betty.rpcClient to grab the "raw" string before it is processed by xml.compile is possible, but that is sort of... well, a hack.

Any suggestions would be most appreciated,

Thanks,

d.




More information about the Frontier-Users mailing list