You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Jason Rutherglen <ja...@netgami.com> on 2002/01/20 00:57:46 UTC

Re: Generated Service interface?

It is usefuly if AXIS gets dynamic proxies which I am interested in
contributing once I have some time to figure out where and how.

Jason

----- Original Message -----
From: "Russell Butek" <bu...@us.ibm.com>
To: <ax...@xml.apache.org>
Sent: Wednesday, December 19, 2001 8:41 AM
Subject: Generated Service interface?


> Right now WSDL2Java generates a Service implementation from the
> wsdl:service.  About this implementation JAX-RPC says:
>
> "A service class implements one of the following interfaces:
> - The base javax.xml.rpc.Service interface directly, or,
> - A generated service interface."
>
> We don't do either, now, but I'm going to fix WSDL2Java to do at least the
> first.  My question to the group is:  does anyone have a need for us to
> generate a service interface?  From an OO point of view it's a reasonable
> thing to do, but does anyone have a practical reason for it?  There have
> been a number of grumblings about the proliferation of generated files.
If
> I can avoid generating one more, I'd like to do so.
>
> Russell Butek
> butek@us.ibm.com
>