CWZJA0003E The return type between the 0 operation from the 1 interface and its component implementation is incompatible.
Explanation
The return type in the WSDL interface operation and the return type in the Java method must match.
User response
Make the return types for the WSDL interface operation and Java method the same.