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'" attribute, otherwise I guess it's a bug in the WSDL-generation part (Java2WSDL).
If it has this attribute, then the bug is in the client-side code (WSDL2Java).
-- Julien