You can download axis2 java binary and run the wsdl2java.bat file to generate the client code. You can find an options reference from here.
http://ws.apache.org/axis2/tools/1_2/CodegenToolReference.html <http://ws.apache.org/axis2/tools/1_2/CodegenToolReference.html>In case you do not want to try command line and want a UI, you can download WSO2 WSAS http://wso2.org/downloads/wsas which also contains Axis2 and provide a Web UI to code generate using the codegen tool. Regards Nandika On Sat, May 1, 2010 at 9:56 AM, 卢杨 <[email protected]> wrote: > Dear Developers, > > Yes but what I expect is to generate the java code in order to create a > client from the WSDL file generated by Axis2c. Does the command line work? > > Yours sincerely, > Jason > > *From:* Nandika Jayawardana <[email protected]> > *Sent:* Saturday, May 01, 2010 12:21 PM > *To:* Apache AXIS C User List <[email protected]> > *Subject:* Re: Problem with wsdl code generator > > Axis2_Codegen_Wizard supports only java version of the code gen tool. For C > code generation just use the command line and the WSDL2C.bat . > > Regards > Nandika > > On Fri, Apr 30, 2010 at 9:28 PM, Sam Carleton <[email protected]> wrote: > >> I have never gotten it to work in eclipse, either. Run it from the >> command line and you should be fine. >> >> 2010/4/30 卢杨 <[email protected]> >> >> Dear Developers, >>> >>> When I use Axis2_Codegen_Wizard_1.3.0 in eclipse, it can't work. >>> >>> And I search in google a user had the same problem with me: >>> >> >> > > > -- > http://nandikajayawardana.blogspot.com/ > WSO2 Inc: http://www.wso2.com > -- http://nandikajayawardana.blogspot.com/ WSO2 Inc: http://www.wso2.com
