Re: WSMethodInvocationInvoke & Basic Authentication
Re: WSMethodInvocationInvoke & Basic Authentication
- Subject: Re: WSMethodInvocationInvoke & Basic Authentication
- From: Christian Longshore Claiborn <email@hidden>
- Date: Thu, 13 Mar 2003 11:55:23 -0800
I can't find one.
What confuses me about that is that the WS framework clearly has the
ability to convert to base64 (attaching an NSData as an argument and
then looking at the serialized request confirms this), but it doesn't
seem to be available via header files.
I wrote my own as well, not knowing about Omni's.
Christian
On Thursday, March 13, 2003, at 09:25 am, petite_abeille wrote:
On Thursday, Mar 13, 2003, at 18:02 Europe/Zurich, Greg Titus wrote:
OmniFoundation includes a base64 encoder/decoder in
NSData-OFExtensions:
+ (id)dataWithBase64String:(NSString *)base64String;
- initWithBase64String:(NSString *)base64String;
- (NSString *)base64String;
Hope this helps,
Yes, thanks :-) I wrote my own in the meantime to get going... does
this means that there is _really_ no base64 encoder to be found in the
entire Cocoa/Carbon realm? I thought that such a basic thing would
have been covered by a core framework or another...
Cheers,
PA.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.