Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6418 - Web Service method cannot return Interface type

6418   Web Service method cannot return Interface type

Cause

This error occurs when the return type of a Web service method is an Interface type.

Action

Change the return type of the method to specify the type returned as a class and recompile the method.