Re: web services?
Re: web services?
- Subject: Re: web services?
- From: petite_abeille <email@hidden>
- Date: Tue, 18 Mar 2003 10:14:58 +0100
On Tuesday, Mar 18, 2003, at 02:42 Europe/Zurich, Bill Bumgarner wrote:
Are there any other ways to develop/provide web services on osx?
Yes! Grab PyObjC and do the web services piece in Python. Python
has excellent web services support and PyObjC makes Cocoa development
using Python both possible and quite pleasant.
As Bill mentioned, you can indeed use pretty much any cocktails of
libraries you fancy to provide web services (Java, Rebol, Python, C,
.net, etc)... but... if you are looking for an Apple sanctified Cocoa
library... there is no such beast that I'm aware of.
For a simple XML-RPC server, you may want to check Marcus Muller's
library:
http://www.mulle-kybernetik.com/software/XMLRPC/
On the other hand, would it not be nice to have a simple NSConnection
automatically handling all this acronyms madness (SOAP, WSIF, WSIL,
WSDL, UDDI and counting). Something like GLUE (which you can use under
osx):
http://www.themindelectric.com/glue/
Cheers,
PA.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.