Product Information > JADE Error Messages and System Messages > 11000 through 11099 - Web Services Errors > 11054 - String or Binary property has exceeded its maximum defined length

11054   String or Binary property has exceeded its maximum defined length

Cause

This error occurs to a Web service client if a String or Binary value that is sent to a Web service exceeds the maximum length defined for it.

Action

The extended error text of the error message defines the maximum length for the String or Binary value in question.

Change your Web service client application code so that the length of the String passed to the Web service does not exceed the specified length.