Re: SOAP Server
Re: SOAP Server
- Subject: Re: SOAP Server
- From: Chris Hanson <email@hidden>
- Date: Sun, 22 Dec 2002 10:05:15 -0600
At 9:51 AM -0500 12/22/02, Jaime Magiera wrote:
I stayed up real late last night kicking out some code. So far, my
"plain vanilla" cocoa solution is working out OK. I've got an Obj-C
class "SOAPParser.m" that returns an NSDictionary of the request
values:
Excellent!
I've only run some really simple requests through it. More complex
requests will likely break it at this point, but hey, it's a start.
Are you using Test-Driven Development to create it? Using TDD with
OCUnit from Sen:te is a great way to develop this kind of software.
Create a more complex request you want your parser to handle, write
code to handle it, and then do it again.
TDD:
http://c2.com/cgi/wiki?TestDrivenDevelopment
OCUnit:
http://www.sente.ch/software/ocunit
See also:
http://www.stepwise.com/Articles/Technical/2002-06-17.01.html
Note that there's a new release of OCUnit, v26, that just came out on
December 19.
-- Chris
--
Chris Hanson, bDistributed.com, Inc. | Email: email@hidden
Custom Application Development | Phone: +1-847-372-3955
http://bdistributed.com/ | Fax: +1-847-589-3738
http://bdistributed.com/Articles/ | Personal Email: email@hidden
_______________________________________________
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.