Re: Code generation from WSDL?
Re: Code generation from WSDL?
- Subject: Re: Code generation from WSDL?
- From: Scott Lehman <email@hidden>
- Date: Mon, 27 Mar 2006 14:35:23 -0800 (PST)
--- Finlay Dobbie <email@hidden> wrote:
> On 27/03/06, Scott Lehman <email@hidden>
> wrote:
> > Hi,
> >
> > I'm looking to make a client-side app that
> > communicates to the server via web services, and
> I'm
> > hoping there's a tool out there that will take a
> WSDL
> > file and generate classes for complex types to
> save
> > some development.
>
> /Developer/Tools/WSMakeStubs
> Read the WebServicesCore documentation.
Oops - I neglected to mention that while I did see
that tool, I was hoping there was something that took
it a step further. For instance, when a complex type
"product" with name, price, and sku elements is
retrieved, the tool would also define a product class
with accessors so you actually get an instance of that
class. GLUE does seem to do that for Java anyway.
Not that it's all that hard to add that, but it'd be
nice to not have to worry about keeping code for
creating object in sync with the WSDL during
development. Just curious if other options exist.
Scott
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden