我发布了个cxf webservice,服务端和客户端是分开的,现在在客户端是用extjs访问服务端webservice的数据,但是在调用时,写的那个路径总是不行,不知道怎样才能访问得到啊,我测试的客户端都没有问题,在Ext.Ajax.request({
url:"http://localhost:8080/xuebao-server/services/ObjectManage?wsdl=ObjectManageImp.wsdl/queryAllObject",
jsonData:{},
method:'post',
success:function(request,options){
alert("成功");
},
failure:function(request,options){
alert("失败了啊");
}
}帮忙看一下这个路径要怎么写啊
11-14
134

“相关推荐”对你有帮助么?
-
非常没帮助
-
没帮助
-
一般
-
有帮助
-
非常有帮助
提交