• 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
Re: Objective-C Framework for XML-RPC
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Re: Objective-C Framework for XML-RPC (From: Apparao <email@hidden>)
 >Re: Objective-C Framework for XML-RPC (From: PA <email@hidden>)

  • Prev by Date: Re: Problem creating binding for deployment
  • Next by Date: Re: NSDrawer in System Pref Pane
  • Previous by thread: Re: Objective-C Framework for XML-RPC
  • Next by thread: NSArrayController hierarchy binding in IB
  • Index(es):
    • Date
    • Thread