Re: [Axis2 Eclipse Plugin] Code Generator Plugin

2010-01-18 Thread Battal Kekec
Dear Sriram, I have no wsdl. Only my Java project. The idea is, that the wsdl should be generated with the code generator from Java. So I couldn't have a valid or invalid wsdl before I had used the code generator tool. But it could be possible. Because when I take the wsdl from the deployed

Re: [Axis2 Eclipse Plugin] Code Generator Plugin

2010-01-18 Thread rahul yadav
Sometimes wsdl2java with ADB binding gives InvocationTargetException but same wsdl with XMLBinding generates the code. On Mon, Jan 18, 2010 at 1:05 PM, Sriram Pinnamaraju srirampinnamar...@gmail.com wrote: Hi Battal, This issue comes in when the wsdl is not valid. recheck ur wsdl and

Re: [Axis2 Eclipse Plugin] Code Generator Plugin

2010-01-18 Thread Battal Kekec
My problem is not wsdl2java, but java2wsdl. I have no wsdl file, but the Java code. So I want to use the java2wsdl tool of the code generator plugin. But at final station an error occurs: InvocationTargetException regards Battal Am 18.01.2010 12:56, schrieb rahul yadav: Sometimes wsdl2java

Re: [Axis2 Eclipse Plugin] Code Generator Plugin

2010-01-17 Thread Sriram Pinnamaraju
Hi Battal, This issue comes in when the wsdl is not valid. recheck ur wsdl and schema files. -Sriram