我正在使用 IBM worklight,并希望使用 http 适配器来使用 .NET Web 服务。得到错误:“错误”:[“运行时:运行时:Http请求失败:java.net.UnknownHostException:
xml 中的域将其完整键入为 [http://localhost/Service/Service1.asmx]
function HelloWorld() { var input = { method : 'get', returnedContentType : 'xml', path : "HelloWorld", transformation : { type : 'xslFile', xslFile : 'filtered.xsl' } }; 返回 WL.Server.invokeHttp(输入); }