On Thu, Nov 20, 2008 at 6:09 PM, Ken Tozier <[EMAIL PROTECTED]> wrote: > Just out of curiosity, why do you need to send such common math > operations to a soap request? Wouldn't it be easier to do simple stuff > like calculations in your Soap class and only make requests for the > unique services the endpoint provides?
What I presented here was sample code that's fed to the gSOAP generator (soapcpp2). What I'm writing is a further generator that will generate an Objective C proxy on top of the gSOAP service. I personally don't ever need to do add, sub, mul, div, or pow. However, looking at how SOAP clients and servers are implemented using these simple examples is instructive. Trust me; the stuff I am *really* doing is a few orders harder than simple math operations. But as you're doing something new, it's always smart to take baby steps. -austin -- Austin Ziegler * [EMAIL PROTECTED] * http://www.halostatue.ca/ * [EMAIL PROTECTED] * http://www.halostatue.ca/feed/ * [EMAIL PROTECTED] _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
