Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6410 - This type is not allowed for a WebService method parameter or return type

6410   This type is not allowed for a WebService method parameter or return type

Cause

This error occurs if an attempt is made to compile a Web service method (that is, a method in a JadeWebServiceProvider subclass with the webService method option) that has a parameter or return type of JadeDynamicObject, DynaDictionary or a subclass or one of these classes.

Action

You can add a non-webService method to a JadeWebServiceProvider subclass. The method must be compiled successfully without the webService method option before JadeDynamicObject and DynaDictionary parameters and return types can be specified.