JAX-RPC 0.6 discussed generating a service interface and a service implementation. The interface was optional. In the interests of minimizing generated files, AXIS opted to NOT generate the interface.
In JAX-RPC 0.7 the service interface is no longer optional. If the service is named X, the service interface is named X. That's the name we'd been using for the implementation. I would like to rename the implementation to XServiceImpl. I will not simply rename it XImpl because I've occasionally seen a binding and a service share the same name and we already generate an implementation template called <bindingName>Impl. Of course, most often the service name is something like XService, so we'd be generating the rather strangely named class XServiceServiceImpl. I'd be happy to hear better suggestions if folks have them. Russell Butek [EMAIL PROTECTED]