[SOLVED] Support for 'char' datatype

Please post public support tickets here. Note: for private support tickets, please send an email to support@cshtml5.com instead.
Amrutha
Posts: 21
Joined: Tue Nov 15, 2016 5:10 am

[SOLVED] Support for 'char' datatype

Postby Amrutha » Mon Jun 19, 2017 10:29 pm

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

Amrutha
Posts: 21
Joined: Tue Nov 15, 2016 5:10 am

Re: Support for 'char' datatype

Postby Amrutha » Mon Jul 10, 2017 6:50 am

Hello Team,

Any update on this.

Regards,
-Amrutha

JS-Support @Userware
Site Admin
Posts: 1142
Joined: Tue Apr 08, 2014 3:42 pm

Re: Support for 'char' datatype

Postby JS-Support @Userware » Mon Aug 14, 2017 3:33 am

Hello,

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

Thanks.
Regards,
JS-Support


Return to “Technical Support”

Who is online

Users browsing this forum: No registered users and 2 guests

 

 

cron