Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

netrapalg

macrumors newbie
Original poster
Dec 14, 2009
5
0
Hello Everybody,
I have some web-services which are written in .NET.I want to know that can i use these webservices in Cocoa framework with objective C.

Plz give the positive reply.

Regards
Netra Pal
:)
 
.NET web services are generally SOAP based. You just need to be able to send and receive data in a SOAP compatible way.

If you wrote your .NET web services to HTTP headers it is even easier. Just send and receive HTTP header objects.
 
SOAP is a mess. However, using the gSOAP framework I have been able to talk to WebServices from iPhone apps (and thus, from Mac apps too). More info is on www.genivia.com. (Note that it's not specifically Objective-C, but you can mix Objective-C and C++.)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.