On 10 Apr 2008, at 15:22, Valentin Dan wrote:

A few more details :)

- server: Windows (so absolutely not Cocoa)

- communication : XML messages (need to both send & receive messages)

What kind of XML messages? Over what kind of transport? HTTP? Something else? XML on its own is just a data format, not a communication protocol.

If you're talking XML-RPC, then the ObjectLibraryNetwork page on CocoaDev has a pointer to an implementation. If it's raw XML with no encapsulation or with custom encapsulation you may want to use one of the stream classes. If it's XML over HTTP (but not XML-RPC or SOAP), NSURLConnection et al. will probably work for you. If it's SOAP, check out the WebServices framework.

Unless you're using a standard protocol like XML-RPC or SOAP, you most likely won't find a perfect match for what you're trying to do. But there are lots of things, both in the standard frameworks and available separately under various Open Source licenses that can help you.

Kind regards,

Alastair.

--
http://alastairs-place.net


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to