ajax 异步请求webservice(XML格式)
摘要:
function callAjaxWebservice(){ alert("call ajax"); try { $.ajax({ type: "POST", //访问WebService使用post方式请求 contentType: "text/xml;utf-8",//使用的xml格式的 url: "http://192.168.6.176:8899/arch/entr... 阅读全文
posted @ 2014-03-06 17:11 心笑峰 阅读(5001) 评论(0) 推荐(0) 编辑