Java WebService call - null parameters

Posted by Diana C on Stack Overflow See other posts from Stack Overflow or by Diana C
Published on 2010-02-02T02:23:20Z Indexed on 2010/04/13 7:02 UTC
Read the original article Hit count: 420

Filed under:

I have a Java WS developed with JAX-WS. This service has only one method with two int parameters as input. Every time I try to call this service the parameters are 0. If I change to type to Integer 0 is transformed in null.

© Stack Overflow or respective owner

Related posts about web-services