Passing huge double arrays in XML-RPC

From: zapata (zapata_at_hotmail.com)
Date: 11/30/04


Date: Tue, 30 Nov 2004 14:22:04 -0500

I am trying to call a server from a Perl client using the Frontier XML-RPC
package, and need to pass large (huge) double float arrays back and forth.
It looks as if base64 is the format to use, but I am too new to Perl to
figure out how to do the encoding and decoding.

If I have an array @array with thousands of double precision IEEE floats,
what is the coding sequence to get it to base64 and back???

Any help is appreciated, except RTFM, which I have already done.



Relevant Pages

  • Re: Encrypted email - is there a specific solution?
    ... assign the byte array to the mailmsg body please? ... >, then you can encrypt ... > the data and either send it to yourself as an attachment or base64 encode it ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: displaying binary images
    ... It is a base64 byte array of the format of a png file. ... disk as a png file with that extension, it opens fine in the browser. ...
    (comp.lang.javascript)
  • Re: Base64 strange problem
    ... base64 decoder in the servlet to decode it. ... the decoded byte array is shorter then the original one. ...
    (comp.lang.javascript)
  • Re: xml serialization of List
    ... If you want an array of bytes serialized as Base64, use an array, not a ... The devil is in the yada yada yada ...
    (microsoft.public.dotnet.framework)
  • Re: Calling .Net web service using a PERL client.
    ... includes a perl client that retrieves an array from a C# ASMX service. ... > I need to call a .Net web service that takes an array or object as a ... > code that I have written to call the web service and the SOAP packets that ...
    (microsoft.public.dotnet.framework.aspnet.webservices)