SAP BPC获取AppPublication文件夹的内容

时间:2011-11-24 12:06:18

标签: web-services xhtml xmlhttprequest sap soapui

是否有人试图获取SAP BPC中名为AppPublication的文件夹的内容?

我有一些使用SAP BPC ePublish发布的文件 - >网络就绪文件

现在我想使用包含所有已发布文件的XHTML创建一个列表。

我一直在尝试以下网络服务

  • /OSoft/Proxy/ContentsProxy/ContentsProxy.asmx
  • /OSoft/Proxy/StateManageProxy/ContentStateManageProxy.asmx

我似乎只从这些结果中得到一个结果:   - HTTP响应:500(内部服务器错误) 我也试过使用SoapUI,并获得响应:

HTTP / 1.1 500内部服务器错误 缓存控制:私有 Content-Type:text / xml;字符集= utf-8的 服务器:Microsoft-IIS / 7.0 X-AspNet-版本:2.0.50727 X-Powered-By:ASP.NET 日期:2011年11月24日星期四,格林威治标准时间10:12:22 内容长度: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>

有谁知道这个问题会是什么?

或者有没有更好的方法来获取此列表?

0 个答案:

没有答案