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
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
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
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