[Tutor] Is this the right way to create a
Kent Johnson
kent37 at tds.net
Sun Jun 22 13:27:11 CEST 2008
On Sun, Jun 22, 2008 at 4:03 AM, Alan Gauld <alan.gauld at btinternet.com> wrote:
> Web services are usually procedural in nature so that you don't
> need to create classes at all. So to provbide maximum flexibility
> you might be better just creating a module that exposes the
> services as functions. The users can then create their own classes
> built on the underlying API functions.
In this case I think you would at least want to make a class to hold
the results of the call because there are so many fields to return.
Kent
More information about the Tutor
mailing list