RE: Axis 1.2 WSDL2Java problem (probably)

2004-11-29 Thread Dominik Kacprzak
PROTECTED] Subject: Re: Axis 1.2 WSDL2Java problem (probably) Tim K. (Gmane) se proiznese na 25.11.2004 18:12: Have you tried Axis 1.2RC2 (released on Nov 17 I think), or even a nightly build? This looks like an Axis bug and I would be surprised if it's not already fixed. You can look

Axis 1.2 WSDL2Java problem (probably)

2004-11-25 Thread Viktor Vojnovski
I am getting this (partial output) while trying to access wsdl of a newly deployed service. Any ideas why? Caused by: Bean attribute CPF is of type java.lang.String, which is not a simple type at org.apache.axis.encoding.ser.BeanSerializer.writeAttribute(BeanSerializer.java:460)

Re: Axis 1.2 WSDL2Java problem (probably)

2004-11-25 Thread Tim Gmane
Viktor Vojnovski wrote: I am getting this (partial output) while trying to access wsdl of a newly deployed service. Any ideas why? Caused by: Bean attribute CPF is of type java.lang.String, which is not a simple type at

Re: Axis 1.2 WSDL2Java problem (probably)

2004-11-25 Thread Viktor Vojnovski
Tim Gmane se proiznese na 25.11.2004 17:42: Please post the Java class you are trying to expose. I realize it may contain proprietary information, so you should try writing a simple example that reproduces the problem or posting snippets from the bean that has the CPF attribute ... Not a

Re: Axis 1.2 WSDL2Java problem (probably)

2004-11-25 Thread Tim K. (Gmane)
Viktor Vojnovski wrote: Tim Gmane se proiznese na 25.11.2004 17:42: Please post the Java class you are trying to expose. I realize it may contain proprietary information, so you should try writing a simple example that reproduces the problem or posting snippets from the bean that has the CPF

Re: Axis 1.2 WSDL2Java problem (probably)

2004-11-25 Thread Viktor Vojnovski
Tim K. (Gmane) se proiznese na 25.11.2004 18:12: Have you tried Axis 1.2RC2 (released on Nov 17 I think), or even a nightly build? This looks like an Axis bug and I would be surprised if it's not already fixed. You can look for a similar bug or file one if there isn't one already. Tried both.