Re: SOAP Server
Re: SOAP Server
- Subject: Re: SOAP Server
- From: John Anderson <email@hidden>
- Date: Sat, 21 Dec 2002 11:57:57 -0800
I was thinking of doing this earlier and considered a number of
options... the one that I arrived at was to use Perl. Perl has all
kinds of SOAP modules. You can bundle them inside your application. And
thanks to the ObjC-Perl bridge, all you would have to do is look for
distributed objects and bridge them.
John Anderson
On Saturday, December 21, 2002, at 11:34 AM, Jaime Magiera wrote:
I'm in the process of creating a SOAP Server in Objective-C. It seems
that the WebServices stuff is all client, so I'm starting from
scratch. These are the steps so far:
1. Socket in a CFRunLoop to receive network events
2. Incoming POST message is converted to a CFHTTPMessage to get at the
body
3. Body is turned into a CFXMLTree
4. CFXMLTree is parsed using CFXMLParser call-backs. For example,
search for a kCFXMLNodeTypeElement whose value is
"<SOAP-ENV:Envelope>".
Am I even remotely close to getting this right? Are there other API
that would do this better?
As a newbie programmer, this has been an interesting experience to say
the least.
Jaime
_______________________________________________
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: | |
| >SOAP Server (From: Jaime Magiera <email@hidden>) |