Re: axis2 to generate wsdl from java code

2010-08-18 Thread harihamsa | ಹರಿಹಂಸ
Here is a sample bat file for running and generating client code @echo on set AXIS2_HOME=C:\Installations\axis2-1.4 set AXIS_HOME=C:\Installations\axis2-1.4 set AXIS_BIN=%AXIS_HOME%\bin set PATH=C:\Installations\Java\jdk1.5.0_13\bin;%AXIS_BIN%; rem axis2 library path (path to lib directory) set L

axis2 to generate wsdl from java code

2010-08-17 Thread haipeng du
I try to generate wsdl file from java code, How to set up wsdl generation option. I use default one and get wsdl file. But it uses some prefix for example ax2. Also, it put all custom types to different schema name space. For example, I have one base object and it put to name space xsd and other ob