Re: [AXIS2] useOriginalWsdl and POJO

2011-04-21 Thread Martín R .
I don't know how, but today I get this from tomcat7-stdout.2011-04-21.log : [ERROR] org.apache.axis2.AxisFault: Exception occurred while trying to invoke service method setTimeout [ERROR] Exception occurred while trying to invoke service method setTimeout *java.lang.NumberFormatException: For inpu

The service cannot be found for the endpoint reference (EPR) /axis2/services

2011-04-21 Thread wadi wadi
Hi all, I used the wsdl2java tool to generate the code for my webservice from a wsdl version 2 file. The call to the webservice is returning the following error in tomcat: The service cannot be found for the endpoint reference (EPR) /axis2/services and on the client side I got the error: Excep

Re: Axis generates all classes but not Axis2?

2011-04-21 Thread fire fox
Yeah, I did use it. I was referring to the size of all classes together, be it packed or unpacked. Eventually, we have to place all of them in the project. That's why I was confused. On Thu, Apr 21, 2011 at 2:23 PM, Blair, Matthew wrote: > Have you considered using the -u option to “unpack all cl

RE: Axis generates all classes but not Axis2?

2011-04-21 Thread Blair, Matthew
Have you considered using the -u option to "unpack all classes"? This option will force wsdl2java to move all of those inner classes that are generated in the stub to separate class files, which will cut down the size of the stub considerably. From: java-user-return-84538-MATTHEW.P.BLAIR=sa