Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道我们如何在 maximo Anywhere 应用程序中使用 Web 服务。目前我正在从 javascript 文件中访问静态数据。请帮助提供示例代码。
可以使用部署在服务器上的 Javascript 适配器调用 Web 服务。移动应用程序中的 javascript 方法将调用适配器中的方法,适配器又调用后端中的方法。
示例代码可以在以下 URL 中找到。
https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/7.1/server-side-development/javascript-adapters/js-http-adapter/#creatingSoapServiceRequest