Re: WSDL2Java does not generate WSDD files!

2006-09-15 Thread Nirmit Desai
Roberto, with Axis2, the function of wsdd was replaced by a much simpler services.xml in folder resources (generated by WSDL2Java).. Please go through the Axis2 userguide. I typically do contract-first (starting from WSDL) approach and use -ss -sd -t -g switches for code generation and it works g

Re: WSDL2Java does not generate WSDD files!

2006-09-15 Thread Roberto Flores
(appending to last response: using Axis2)2006/9/16, Roberto Flores <[EMAIL PROTECTED]>: Hello, I used the version in the Axis2 base distribution version 1.0, which I downloaded from the official page here: http://ws.apache.org/axis2/tools/index.html the file name is: axis2-std-1.0-bin.zip2006/9/15,

Re: WSDL2Java does not generate WSDD files!

2006-09-15 Thread Roberto Flores
Hello, I used the version in the Axis2 base distribution version 1.0, which I downloaded from the official page here:http://ws.apache.org/axis2/tools/index.html the file name is: axis2-std-1.0-bin.zip2006/9/15, Sergey GMAIL <[EMAIL PROTECTED]>: Hello, Roberto. What version of the Axis do y

Re: WSDL2Java does not generate WSDD files!

2006-09-15 Thread Sergey GMAIL
Hello, Roberto. What version of the Axis do you use?  > I can succesfully generate the classes but no wsdd appears (which is what I actually want). I did specify --server-side and -ss. There is a weird warning about not log4j being found though, could this be the cause? also, everyone