• 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: API for secured web service communication (WSSE)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: API for secured web service communication (WSSE)


  • Subject: Re: API for secured web service communication (WSSE)
  • From: Alex Kac <email@hidden>
  • Date: Wed, 10 Sep 2008 17:45:27 -0500

As someone who has written many of these over the years on Windows and recently in Cocoa - its important to note that all of these cloud computing methodologies are just HTTP POST and GET at the basic level. This is an area that .NET works great in, but if you use Win32 you are at a level of hurt that makes Cocoa look like a no brainer :)

Also I find that each implementation of secured web services is always a bit different. You can find Cocoa SOAP classes out there as well as REST examples. But at the simplest level you can get SSL access via just a plain https:// URL within CFNetwork or the NS methods.

Also check out WebServicesCore.
http://developer.apple.com/documentation/Networking/Conceptual/UsingWebservices/1_intro_folder/chapter_1_section_1.html

I wouldn't use it myself as its not my cup of tea, but it may help. Here is another thread on using WebServicesCore:
http://forums.macrumors.com/showthread.php?t=509880


Maybe some of that will help. Its hard to say because "secured web service" is so generic.

On Sep 10, 2008, at 5:08 PM, cMeik Schuetz wrote:

Dear all, Did anyone made experiences creating a native client application, which communicates with a secured web service? Is there any API which I could use to accomplish this? In times where everyone is talking about SOA and cloud computing I find it hard to believe that there's nothing more sophisticated than doing a HTTP POST/GET request transmitting clear text to the server...or using Java...

Thanks a lot
Best regards
Meik

Alex Kac - President and Founder Web Information Solutions, Inc.

"The optimist proclaims that we live in the best of all possible worlds; and the pessimist fears this is true."
-- James Clabell





_______________________________________________

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: API for secured web service communication (WSSE)
      • From: Meik Schuetz <email@hidden>
    • Re: API for secured web service communication (WSSE)
      • From: Alex Kac <email@hidden>
  • Prev by Date: Re: NSTableView selection Delegate Methods being called twice?
  • Next by Date: Re: API for secured web service communication (WSSE)
  • Previous by thread: API for secured web service communication (WSSE)
  • Next by thread: Re: API for secured web service communication (WSSE)
  • Index(es):
    • Date
    • Thread