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 org.apache.axis.encoding.ser.BeanSerializer.writeAttribute(BeanSeri

Re: exposing only parts of a Java Bean

2004-11-25 Thread Tim Gmane
After reading the JavaBeans spec again, you are right a bean property can be read-only in which case only the get() method needs to appear or it can be write-only in which case only the set() method needs to appear, so Axis is doing the right thing exposing these properties that don't have both

Re: long vs. Long

2004-11-25 Thread Tim Gmane
WAJSBERG Julien RD-BIZZ wrote: Tim Dev a écrit : Hi, I have a simple test method: Long foo(Long bar) Java2WSDL maps the Long to xsd:long and the client stub contains the method as: long foo(long bar) How does the WSDL look like ? The parameter and return value should have a "nillable='true'" at

Re: Installing on Sun AppServer 8?

2004-11-25 Thread Tim Gmane
Julian Templeman wrote: Apologies if this in covered in the archive, but the archive search seems to be broken right now. I'm having problems installing Axis to work with the version of Sun App Server 8 that you get in the standard J2EE download from Sun. The HappyAxis page tells me that a dependen