Re: networking question

2008-04-10 Thread Alastair Houghton
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 d

RE: networking question

2008-04-10 Thread Valentin Dan
ilie 2008 16:52 To: Valentin Dan Cc: cocoa-dev@lists.apple.com Subject: Re: networking question On 10 Apr 2008, at 14:24, Valentin Dan wrote: > What’s the best way to create a connection to a server in Cocoa + > Objective-C ? It depends what you're trying to achieve. If your server is a

Re: networking question

2008-04-10 Thread Alastair Houghton
On 10 Apr 2008, at 14:24, Valentin Dan wrote: What’s the best way to create a connection to a server in Cocoa + Objective-C ? It depends what you're trying to achieve. If your server is also implemented using Cocoa/ObjC, Distributed Objects is quite a nice solution. Or you could use SOAP