Re: Wrapping C functions in Objective C proxy objects: naming convention?
Re: Wrapping C functions in Objective C proxy objects: naming convention?
- Subject: Re: Wrapping C functions in Objective C proxy objects: naming convention?
- From: "Austin Ziegler" <email@hidden>
- Date: Fri, 21 Nov 2008 00:03:33 -0500
On Thu, Nov 20, 2008 at 6:09 PM, Ken Tozier <email@hidden>
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@hidden * http://www.halostatue.ca/
* email@hidden * http://www.halostatue.ca/feed/
* email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden