UNICODE in text fields

Questions regarding the use of the UaExpert.

Moderator: uaexpert

Post Reply
falko.wiese
Hero Member
Hero Member
Posts: 26
Joined: 04 Oct 2012, 17:56

UNICODE in text fields

Post by falko.wiese »

Hi guys,
have a small issue. I use the UA Expert as a Standard UA Client for simple tests. So e. g. - I call one method to deliver a return value, and then I use that value as input parameter for an other method. The return value is UNICODE text. To check this text with UA Expert is not a problem. I can read also special characters (http://grab.by/kg9g) and so on. To use the same text as input parameter for an other method results in a 'BadEncodingLimitsExceeded' (http://grab.by/kg9C).

Is it possible to adjust the encoding anywhere in UA Expert?

Would be great to get any help.
Thanks, Falko.

User avatar
Support Team
Hero Member
Hero Member
Posts: 3072
Joined: 18 Mar 2011, 15:09

Re: UNICODE in text fields

Post by Support Team »

Hi Falko,

in the UaExpert menu -> Settings -> Configure UaExpert... you can edit these values

Stack.Serializer_MaxAlloc
Stack.Serializer_MaxArrayLength
Stack.Serializer_MaxByteStringLength
Stack.Serializer_MaxMessageSize
Stack.Serializer_MaxStringLength

to take your input parameter. Please verify that your server is able to handle the edited values.

Best regards
Unified Automation Support Team

Post Reply