Jquery拼接的:
<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><soap:Body><ns1:helloWorld xmlns:ns1=\"http://webservice\" /></soap:Body></soap:Envelope>
可能有点乱,这是我调用了一个webservice的helloworld方法,而且是从webservice的服务端取到的。webservice没有返回任何响应。。。请问,有解决办法吗