The only tool I’ve found is the eclipse plugin.  It’d be nice to have a command line tool like the wsdl2java scripts.

http://ws.apache.org/axis2/tools/index.html

 

 


From: Ganesh Kumar [mailto:[EMAIL PROTECTED]
Sent: Monday, October 02, 2006 11:59 PM
To: axis-user@ws.apache.org
Subject: Generating WSDL in axis2

 


hi,
I am using Axis2 to create a web service. I found out that the WSDL file is generated automatically in the following case:
--> Each and every operation in the service uses its message receiver as RPCMessageReceiver, RPCInOnlyMessageReceiver or RPCInOutAsyncMessageReceiver.
My question is how to generate WSDL in other scenarios. That is, if the message receiver
is RawXMLINOutMessageReceiver. Is there any tool in axis2 to generate WSDL automatically
from a Java class.

Thanks
Ganesh

Reply via email to