SOAP Server
SOAP Server
- Subject: SOAP Server
- From: Jaime Magiera <email@hidden>
- Date: Sat, 21 Dec 2002 14:34:55 -0500
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.