Page 1 of 1

Custom Abstract DataType(structure) bug

Posted: 27 Aug 2019, 15:37
by JureL
Hello,

While testing this software for possible usage in our current project I think I have encountered a possible bug.

These are the steps to reproduce it:

Using UaModeler 1.6.2 I have created a custom abstract datatype in /Types/BaseDataType/Structure/TestBaseDataType. From this type I derived another (non-abstract)datatype (Test1DataType).
I am using Test1DataType as a argument in a method. But when I call this method I get a BadTypeMismatch.

Help from the support team would be greatly appreciated.

Re: Custom Abstract DataType(structure) bug

Posted: 04 Sep 2020, 15:04
by Support Team
Hello,

Thank you for reporting this issue. However we need some more information.
What server sdk did you use to build the OPC UA server?
What client are you using for calling the method?