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 Cédric Chabanois <CC...@cognicase.fr> on 2002/05/21 17:07:06 UTC

wsdd generation

I have a few classes that conform to JAX-RPC specification (these classes
are automatically generated by my tool) :
- a service endpoint interface which extends java.rmi.Remote
- a service endpoint class that implements the interface
- beans 
- Holder classes for beans (for in/out parameters)
 
The problem is to create the wsdd (specific to Axis). I don't want my tool
to generate it because it is specific to Axis. The deployment descriptor
format is not specified by JAX-RPC.
 
Isn't it possible to use Java2WSDL to generate this file automatically ?
 
Cédric Chabanois