我想从第 3 方应用程序 - Alteryx 连接到 Essbase。Essbase 公开 JAVA API 并允许 3rd 方应用程序连接到这些 JAVA API。但是,Alteryx 无法连接到这些 API,因此我有兴趣了解基于 SOAP 的 Essbase Web 服务。
有谁知道如何调用带有 URL 和请求正文等属性的 Essbase 身份验证 Web 服务。如果有人有可以共享的工作示例,请发布它或以其他方式,请指向可以参考的网络资源来满足此要求。
我想从第 3 方应用程序 - Alteryx 连接到 Essbase。Essbase 公开 JAVA API 并允许 3rd 方应用程序连接到这些 JAVA API。但是,Alteryx 无法连接到这些 API,因此我有兴趣了解基于 SOAP 的 Essbase Web 服务。
有谁知道如何调用带有 URL 和请求正文等属性的 Essbase 身份验证 Web 服务。如果有人有可以共享的工作示例,请发布它或以其他方式,请指向可以参考的网络资源来满足此要求。
I would recommend against using the SOAP-based Essbase web services. They are a dead end with almost zero documentation. You can just use the normal Essbase Java API, which can be configured to use HTTP. There are numerous examples on the web as well as sample Java examples that ship with Essbase.