Initialy it was without true, but not work too.
I place true, when try to fix with. By Http Traces this flag not change anything.
I'm found a problem, but not know how to fix it.
when i call service with button follow package was send:
{"PrefixText":"a","count":10}but when i type "a" in text box: content will be follow:
{"prefixText":"a","count":10} and response from server:
"@_Error(false,"Invalid web service call, missing value for parameter: \'PrefixText\'.","
at Microsoft.Web.Script.Services.WebServiceMethodData.CallMethod(Object target, IDictionary`2 parameters)
at Microsoft.Web.Script.Services.WebServiceMethodData.CallMethodFromRawParams(Object target, IDictionary`2 parameters)
at Microsoft.Web.Script.Services.RestHandler.InvokeMethod(HttpContext context, WebServiceMethodData methodData, IDictionary`2 rawParams)
at Microsoft.Web.Script.Services.RestHandler.ExecuteWebServiceCall(HttpContext context, WebServiceMethodData methodData)","System.InvalidOperationException")Error_@"
Why in second case parametr prefixText starts with non Capital letter?