0

我需要在露天使用soap web服务并在dashlet上呈现数据,所以我请求大家分享如果你有任何想法?

谢谢。

4

2 回答 2

1

一种替代方法是在 Alfresco Share 中编写一个 java 支持的 webscript,让这个 webscript 使用 SOAP webservice,然后将结果输出到您的 dashlet。(我假设您要使用的 SOAP 网络服务不是 Alfresco 提供的)

于 2013-01-23T07:21:57.370 回答
0

Another possibility (in addition to a java-backed webscript like @billerby said) is to create a service and add it to Alfresco's service registry. If you expose that service as a root-scoped object, you might use it in javascript-backed webscripts, too. And if you make the service with nicely parametrised methods and all, you could reuse it on different SOAP calls without recompiling for each small change, but just changing the js webscript controller.

于 2013-01-23T22:27:58.603 回答