Cevaplar
-
Web Servis tanimlamanda sorun var ! !
[WebMethod(EnableSession=true)] [ScriptMethod(ResponseFormat=ResponseFormat.Json,XmlSerializeString=false )] public void session(object gelendata) { // gelen jsonu dictionary e cevirmelisin Dictionary<String, Object> data = (Dictionary<String, Object>)gelendata; /// data ile de islemlerini yapabilirsin . }