[Axis2 Eclipse Plugin] Code Generator Plugin

2010-01-17 Thread Battal Kekec
Hi all, I have a poblem with generating the wsdl code for service with eclipse plugin. At final station an error occured with invocationTargetException. I use default values for the options for the generator. Who can help me? regards Battal

Re: Operation without input parameter

2010-01-17 Thread Pascal Kesseli
No ideas, anyone?

deploy time for services using wsdl2

2010-01-17 Thread Filipe Caló
Hi, I'm using axis2 1.5.1 to publish about 100 services using wsdl2 and it takes about 6 minutes to deploy them all. Is this normal? The WSDL2 were generated by JAVA2WSDL and only the whttp:location and whttp:method for the http binding were changed . It seems that axis tries to resolve the

axis2 architecture client side runtime requireed jar files

2010-01-17 Thread arockia . samy
Hi, Can anyone reply to my question ?. We are using axis2 architecture for webservice client call. Client generated using xmlbinding option. In axis2-1.3\libfolder there are 60 jar files . Out of these 60 jar files which are all jar necessary for client application to do release (which

Re: deploy time for services using wsdl2

2010-01-17 Thread Sagara Gunathunga
Hi, On Mon, Jan 18, 2010 at 4:54 AM, Filipe Caló fmp.c...@gmail.com wrote: Hi, I'm using axis2 1.5.1 to publish about 100 services using wsdl2 and it takes about 6 minutes to deploy them all. Is this normal? The WSDL2 were generated by JAVA2WSDL and only the whttp:location and

Re: Operation without input parameter

2010-01-17 Thread Amila Suriarachchi
I am not clear about your question. but you can have an operation without input parameters if your wsdl message does not have any message parts. thanks, Amila. On Mon, Jan 18, 2010 at 4:36 AM, Pascal Kesseli pascal_kess...@hotmail.comwrote: No ideas, anyone? -- Amila Suriarachchi WSO2

Re: axis2 architecture client side runtime requireed jar files

2010-01-17 Thread Amila Suriarachchi
hi, this[1] may help you. Since you use xml beans you have to use xmlbeans-2.3.0.jar as well. thanks, Amila. [1] http://amilachinthaka.blogspot.com/2009/11/minimal-jars-required-for-axis2-15.html On Mon, Jan 18, 2010 at 8:50 AM, arockia.s...@aciworldwide.com wrote: Hi, Can anyone reply to

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