Hello, I am using WSDL2Java for generating client code. Is there any way in the tool to generate mapping for Java fields values to SOAP values.
For example, generated clients maps value of false to "0" for datatype xsd:boolean, but our services are expecting "false" as value for those field. Thanks. Regards Abhishek.
