Re: Objective-C Framework for XML-RPC
Re: Objective-C Framework for XML-RPC
- Subject: Re: Objective-C Framework for XML-RPC
- From: Robert Walker <email@hidden>
- Date: Thu, 11 May 2006 15:37:13 -0400
Are you wanting to access an existing XML-RPC service using this
protocol, or are you planning to provide the service yourself?
If the latter is the case I would recommend using SOAP instead of XML-
RPC. SOAP seems more commonly used these days for providing web
services. It provides all the features of XML-RPC, but is more widely
used and more flexible than XML-RPC. This can be especially true for
object oriented applications.
In any case WebServicesCore is a good way to go, as recommended
below. I use this myself to interact with my own web services, which
I provide with a WebObjects application. It work really well for my
needs. I use WebServicesCore in conjunction with NSXML classes as
discussed in Tree-Based XML Programming Guide for Cocoa found here:
http://developer.apple.com/documentation/Cocoa/Conceptual/
NSXML_Concepts/index.html
On May 11, 2006, at 6:09 AM, PA wrote:
On May 11, 2006, at 08:46, Apparao wrote:
Before answering your question, i have a quick question:
we have some other alternatives like Socket programming,WebDAV,
HTTP .etc. Why you chose only XML - RPC for data transfer?.
Isn't XML-RPC all of the above? 8^)
In any case, take a look at WebServicesCore.framework:
http://developer.apple.com/documentation/Networking/Conceptual/
UsingWebservices/index.html
Cheers
--
PA, Onnay Equitursay
http://alt.textdrive.com/
--
Robert Walker
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden