XMLRPC Apple Event --- Sending base64 data
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, ¶mlist);
unsigned long olen = ((length + 3 - 1)/3)*4;
unsigned char* param = new unsigned char[olen];
this->Base64Encode(param, buffer, length);
err = AEPutPtr(¶mlist, 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