• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
XMLRPC Apple Event --- Sending base64 data
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

XMLRPC Apple Event --- Sending base64 data


  • Subject: XMLRPC Apple Event --- Sending base64 data
  • From: Rajeev Kumar <email@hidden>
  • Date: Tue, 3 May 2005 06:14:09 -0700 (PDT)
  • Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys

Hello,

Has anyone successfully worked with XMLRPC AE object
with base64 params? I want to do something like
this....

 AEDesc paramlist;
 err = AECreateList(NULL, 0, false, &paramlist);
 unsigned long olen = ((length + 3 - 1)/3)*4;
 unsigned char* param = new unsigned char[olen];
 this->Base64Encode(param, buffer, length);
 err = AEPutPtr(&paramlist, 0, -WHAT TYPE??-, param,
olen);

.... so that I have <base64> tags enclosing the param
bytes.

Any help would be much appreciated.

Best Regards!
rk





__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Frontmost
      • From: Hudson Barton <email@hidden>
  • Prev by Date: Re: Help with droplet
  • Next by Date: Shut down now
  • Previous by thread: (no subject)
  • Next by thread: Frontmost
  • Index(es):
    • Date
    • Thread