Re: XML-RPC
Re: XML-RPC
- Subject: Re: XML-RPC
- From: Jonathan Wight <email@hidden>
- Date: Mon, 29 Apr 2002 11:18:29 -0500
On 04/29/2002 09:24, "Martin Kautz" <email@hidden> wrote:
>
Hello list,
>
>
I'm playing around with a small XML-RPC skript, written in PHP. Is there
>
somewhere an example to connect such a web service with Cocoa?
I've written a SOAP client framework for Cocoa (pure objective-c) that I'm
using to communicate with the Google API servers. The client is a little
rough and ready in places but it works fine and tastes a lot like Cocoa's DO
(i.e. I've simulated the way DO hides everything behind proxies). It's built
on top of my Objective C DOM & SAX implementation (SAX uses expat to parse
the XML). I was hoping to release all the code before WWDC but I don't think
I'm going to have the time - so if anyone wants a copy send me an email.
Also I believe Apple is about to release a Web Services framework (probably
will be part of CoreFoundation) for Carbon and Cocoa. There's a session on
it at WWDC next week. I'm hoping they release it with the next rev of Mac OS
X.
Jon.
_______________________________________________
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.
References: | |
| >XML-RPC (From: Martin Kautz <email@hidden>) |