As mentioned in Web Services and Null Values – Part I-II one should not return a Java wrapper type, e.g. Boolean, from a Web Service as this type is modeled as xsd:boolean in the WSDL file. If the service returns a null value for an xsd:boolean the caller might get in throuble. In .NET it’s . . . → Read More: Web Services and Null Values – Part III