RE: Error in Axis2 client and Wsdl2java tool

2011-02-25 Thread Martin Gainty
m: [email protected] > To: [email protected] > Date: Fri, 25 Feb 2011 06:47:31 +0000 > Subject: RE: Error in Axis2 client and Wsdl2java tool > > How big/complex is your WSDL ? The one I'm using which generates this error > is for a commercial system, and is over

RE: Error in Axis2 client and Wsdl2java tool

2011-02-24 Thread Gordon Ross
Great, thanks ! GTG From: Daniel Sanchez Gonzalez [[email protected]] Sent: 25 February 2011 07:06 To: [email protected] Subject: RE: Error in Axis2 client and Wsdl2java tool Done. I've attached my wsdl

RE: Error in Axis2 client and Wsdl2java tool

2011-02-24 Thread Daniel Sanchez Gonzalez
Done. I've attached my wsdl file. -Mensaje original- De: Gordon Ross [mailto:[email protected]] Enviado el: viernes, 25 de febrero de 2011 7:48 Para: [email protected] Asunto: RE: Error in Axis2 client and Wsdl2java tool How big/complex is your WSDL ? The one I'm u

RE: Error in Axis2 client and Wsdl2java tool

2011-02-24 Thread Gordon Ross
el Sanchez Gonzalez [[email protected]] Sent: 25 February 2011 06:42 To: [email protected] Subject: RE: Error in Axis2 client and Wsdl2java tool Thank you Gordon. You're very kind. I'm using axis2 1.4.1. When a setXXX(String) is invoked the exception is thrown, even wh

RE: Error in Axis2 client and Wsdl2java tool

2011-02-24 Thread Daniel Sanchez Gonzalez
2011 1:23 Para: [email protected] Asunto: RE: Error in Axis2 client and Wsdl2java tool I've done a little digging, and made some progress. The problem appears to be in the ADB databinding code. If I change to using xmlbeans, then everything runs fine. (Oh, and then I change all

RE: Error in Axis2 client and Wsdl2java tool

2011-02-24 Thread Gordon Ross
owse/AXIS2-4964 GTG From: Daniel Sanchez Gonzalez [[email protected]] Sent: 24 February 2011 13:55 To: [email protected] Subject: RE: Error in Axis2 client and Wsdl2java tool Hello, Does anybody know about this problem? Thanks

Re: Error in Axis2 client and Wsdl2java tool

2011-02-24 Thread Gordon Ross
On 24 Feb 2011, at 13:55, Daniel Sanchez Gonzalez wrote: > Does anybody know about this problem? I've just stumbled upon a similar problem. Sometimes, the setXXX(String) methods are being called with null as a parameter. (Some manually entered printlns confirmed this) The symptom I was getting

RE: Error in Axis2 client and Wsdl2java tool

2011-02-24 Thread Daniel Sanchez Gonzalez
Hello, Does anybody know about this problem? Thanks in advance. _ De: Daniel Sanchez Gonzalez Enviado el: martes, 22 de febrero de 2011 18:52 Para: '[email protected]' Asunto: Error in Axis2 client and Wsdl2java tool Hello, I've created a WS client by using axis2's