• 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
XML-RPC call using Cocoa Frameworks
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

XML-RPC call using Cocoa Frameworks


  • Subject: XML-RPC call using Cocoa Frameworks
  • From: "Kevin McQuown" <email@hidden>
  • Date: Sun, 15 Jun 2008 13:13:36 -0700

What is the easiest framework to use so that my application can make a
synchronous call to another server on the web.  As an example, this server
is waiting to receive an xml request which looks like the following:

<methodCall>
- <applewebdata://B2A0B5EA-4815-4FD0-BBDE-DA3300549DA0#><methodName>
sample.sumAndDifference
</methodName>
- <applewebdata://B2A0B5EA-4815-4FD0-BBDE-DA3300549DA0#><params>
- <applewebdata://B2A0B5EA-4815-4FD0-BBDE-DA3300549DA0#><param>
- <applewebdata://B2A0B5EA-4815-4FD0-BBDE-DA3300549DA0#><value>
- <applewebdata://B2A0B5EA-4815-4FD0-BBDE-DA3300549DA0#><int>
3
</int>

</value>

</param>
- <applewebdata://B2A0B5EA-4815-4FD0-BBDE-DA3300549DA0#><param>
- <applewebdata://B2A0B5EA-4815-4FD0-BBDE-DA3300549DA0#><value>
- <applewebdata://B2A0B5EA-4815-4FD0-BBDE-DA3300549DA0#><int>
11
</int>

</value>

</param>

</params>

</methodCall>


I know how to make calls, for example, to the amazon site to do book
lookups, etc using NSURL, NSURLRequest and NSURLResponse.

Thanks for any quick guidance someone can point me to.

Kevin
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: XML-RPC call using Cocoa Frameworks
      • From: Torsten Curdt <email@hidden>
  • Prev by Date: Re: Converting to NSPersistentDocument
  • Next by Date: NSMutableAttributedString's setBaseWritingDirection problem
  • Previous by thread: [Moderator] Re: iPhone SDK build of default application fails
  • Next by thread: Re: XML-RPC call using Cocoa Frameworks
  • Index(es):
    • Date
    • Thread