Smartface转换json

时间:2016-02-15 14:50:27

标签: smartface.io

我的代码如下。我想用JSON获取数据。但数据以XML格式出现。我该如何解决这个问题?

var wc = new SMF.Net.WebClient({       
    URL:"http://192.168.41.179/TestWS/ws.asmx/myComments",
    httpMethod:"GET",
    requestHeaders: ["content-type", "application/json"],
    onSyndicationSuccess: function(e) {
        deger = wc.response;
    }
});
wc.run(true);

1 个答案:

答案 0 :(得分:0)

我解决了我的问题。我们需要使用WebAPI。