NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Interesting (Score:2)
Re:Interesting (Score:2)
The problem is that the 3rd-party system we're working with uses an XML-RPC interface, but the data being sent is going to be huge. The goal is to avoid constructing the XML-RPC messages as in-memory strings, since they will be including base64 values that are encoded audio attachments.
The fact that I prefer not to back down on my existing compression support makes it harder, but I'm not going to back out a generally-useful feature like that in the name of a specific-requirement feature.
Matts [perl.org] made a good point that XLink would work really well in a case like this, but XML-RPC doesn't support that. And since this is a generalized remote-email interface, I can't reasonably ask them to implement oddness like recognizing a URL and downloading it to use as the attachment-in-question.
It's all terribly messy, and gets more and more frustrating with each passing day. Other problems and limitations have recently arisen, too, but at least most of those are someone else's headache.
--rjray
Reply to This
Parent