Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6419 - Web Service method cannot have parameters of type Interface

6419   Web Service method cannot have parameters of type Interface

Cause

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

Action

Change the parameters of the method to specify the type passed as a class and recompile.