SAP BPC 获取 AppPublication 文件夹的内容
有没有人尝试过获取 SAP BPC 中名为 AppPublication 的文件夹的内容?
我有一些使用 SAP BPC ePublish 发布的文件 -> Web Ready 文件
现在我想使用 XHTML 创建一个列表,其中包含所有已发布的文件。
我一直在尝试以下 Web 服务
- /OSoft/Proxy/ContentsProxy/ContentsProxy.asmx
- /OSoft/Proxy/StateManageProxy/ContentStateManageProxy.asmx
我似乎只能从中得到一个结果:
HTTP 响应:500(内部服务器错误)
我也尝试使用 SoapUI,并得到响应:
HTTP/1.1 500 Internal Server Error
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Date: Thu, 24 Nov 2011 10:12:22 GMT
Content-Length: 435
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>Server was unable to process request. ---> Object variable or With block variable not set.</faultstring>
<detail />
</soap:Fault>
</soap:Body>
</soap:Envelope>
有谁知道这个问题可能是什么?
或者有更好的方法来获取这个列表吗?
Are there anyone that have tried to get the content of the folder called AppPublication in SAP BPC?
I have some files that I have published using SAP BPC ePublish -> Web Ready File
Now I want to create a list using XHTML that contains all the files that are published.
I have been experimenting with the following web services
- /OSoft/Proxy/ContentsProxy/ContentsProxy.asmx
- /OSoft/Proxy/StateManageProxy/ContentStateManageProxy.asmx
I seem only to get one result out of these:
HTTP response: 500 (Internal Server Error)
I have also tried to use SoapUI, and getting the response:
HTTP/1.1 500 Internal Server Error
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Date: Thu, 24 Nov 2011 10:12:22 GMT
Content-Length: 435
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>Server was unable to process request. ---> Object variable or With block variable not set.</faultstring>
<detail />
</soap:Fault>
</soap:Body>
</soap:Envelope>
Does anyone know what this problem could be?
Or is there a better way to get this list?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论