> On Sep 10, 2015, at 4:25 PM, Nick <eveningn...@gmail.com> wrote:
> 
> Basically I would like to have other client apps "talk" to my Mac
> application using SOAP.

Do you have an existing dependency that requires using SOAP? Because otherwise 
I’d recommend something more modern and, well, simple, like WebSockets. SOAP 
was trendy about ten years ago but it’s really complex and over-designed, and 
it seems like everyone got tired of it and went to REST and JSON instead.

PocketSocket is a pretty good WebSocket library for Cocoa that provides both 
client and server code. The original developers don’t seem to be maintaining it 
anymore (last commit was 11 months ago) but I have a fork that I’m developing 
heavily for a product I work on.
        https://github.com/couchbasedeps/PocketSocket 
<https://github.com/couchbasedeps/PocketSocket>

—Jens
_______________________________________________

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

This email sent to arch...@mail-archive.com

Reply via email to