Re: XML-RPC calls in Cocoa - alternative to CURLHandle?
Re: XML-RPC calls in Cocoa - alternative to CURLHandle?
- Subject: Re: XML-RPC calls in Cocoa - alternative to CURLHandle?
- From: Ryan McGann <email@hidden>
- Date: Sun, 14 Mar 2004 17:56:39 -0800
I'm looking at Brent Simmons' XMLRPCCocoa for making XML-RPC calls. It
looks pretty useful, but uses CURLHandle to actually send the request.
Since I'd rather not have to bundle this bulky framework with my app,
does anyone have any suggestions for alternatives? Would NSURLProtocol
do the job?
Look at WSMethodInvocation, inside of the CoreServices framework. It's
a C framework, not Objective-C, but it is built into Mac OS X as of
Jaguar. The C API is pretty good; it conforms to the CoreFoundation API
standards and can easily be wrapped if so desired.
Ryan
email@hidden
There are three kinds of people in the world: Those that can count, and
those that can't.
_______________________________________________
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.