doupu1949 2014-03-26 11:48
浏览 73
已采纳

从AJAX调用REST服务方法

I am calling a REST service method from AJAX.

$(document).ready(function () {
        var xmml = getXmlLoginRequest();
        var wsdlURL = getWSDL('search');
        $.ajax({
            type: "POST",
            url: wsdlURL,   
            data: xmml, 
            contentType: "text/xml;charset=utf-8",
            dataType: 'text',
            success: function (result) {
                debugger;
                alert(" success" + result);
            },
            error: function (jqXHR, textStatus, errorThrown) {
                debugger;
                alert(" error" + "jq :" + jqXHR + "textStatus :" + textStatus + "error : " + errorThrown);
            }
        });

        function getXmlLoginRequest() {
            debugger;
            var xml = '<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> \
             <soap:Body> \
                <search> \
                <qry>svein </qry> \
                </search> \
             </soap:Body> \
           </soap:Envelope>';

            return xml;
        }
        function getWSDL(methodName) {
            debugger;
            var url = 'http:/MyURL/search.php?username=abc&password=def';
            return url;
        }

    });  

I am getting result as empty in success block. If I change dataType to text, I get an exception in Failure block which says cannot parse NULL.
Am I writing incorrect syntax? When I run the url on browser with method and its parameters, it gives proper result.

  • 写回答

2条回答 默认 最新

  • douguxun6866 2014-03-26 11:58
    关注

    What I see here is SOAP and not REST. You should try jQuery SOAP Plugin and not jQuery AJAX method directly.

    Moreover WSDL Url is not the service URL, but URL of service description. The service URL is located in WSDL.

    Service should be located on the same domain as your html page, because of same-origin-policy.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 关于smbclient 库的使用
  • ¥15 微信小程序协议怎么写
  • ¥15 c语言怎么用printf(“\b \b”)与getch()实现黑框里写入与删除?
  • ¥20 怎么用dlib库的算法识别小麦病虫害
  • ¥15 华为ensp模拟器中S5700交换机在配置过程中老是反复重启
  • ¥15 java写代码遇到问题,求帮助
  • ¥15 uniapp uview http 如何实现统一的请求异常信息提示?
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画