Page 1 of 1

[SOLVED] Support for 'char' datatype

Posted: Mon Jun 19, 2017 10:29 pm
by Amrutha
Hello Team,

If we use 'char' datatype in our Webservice then an error is generated on the browser but not on the simulator.

Below is a sample Webservice method :

Code: Select all

[OperationContract]
        public TestClass Test1()
        {
            TestClass t = new TestClass();
            t.CharValue = 'A';

            return t;
        }

        public class TestClass
        {
            public char CharValue { get; set; }
        }




On referencing the Webserivce in our Application we faced an error (on browser) which states as - "this.CharValueField.Equals is not a function"

Kindly suggest.

Regards,
-A

Re: Support for 'char' datatype

Posted: Mon Jul 10, 2017 6:50 am
by Amrutha
Hello Team,

Any update on this.

Regards,
-Amrutha

Re: Support for 'char' datatype

Posted: Mon Aug 14, 2017 3:33 am
by JS-Support @Userware
Hello,

This issue has been fixed in Beta 11.15 (August 2017).

Thanks.
Regards,
JS-Support