WSRP-服务器无法处理请求。Sharepoint服务器上的安全验证失败

WSRP-服务器无法处理请求。Sharepoint服务器上的安全验证失败,sharepoint,soap,web-config,liferay,wsrp,Sharepoint,Soap,Web Config,Liferay,Wsrp,我正在尝试实现一个WSRP(用于远程Portlet的web服务)解决方案。我想使用门户网站的Web部件 环境 服务器1: CentOS 5、Liferay 5.2.3/Tomcat 6、portlet WSRP使用者 服务器2: Windows Server 2008、Sharepoint 2007、WSE 2 SP 3、Sharepoint Producer Web Service 1.0版(WSRP Producer) 两台服务器位于同一个intranet中 错误 http://schem

我正在尝试实现一个WSRP(用于远程Portlet的web服务)解决方案。我想使用门户网站的Web部件

环境 服务器1: CentOS 5、Liferay 5.2.3/Tomcat 6、portlet WSRP使用者

服务器2: Windows Server 2008、Sharepoint 2007、WSE 2 SP 3、Sharepoint Producer Web Service 1.0版(WSRP Producer)

两台服务器位于同一个intranet中

错误

http://schemas.xmlsoap.org/ws/2004/03/addressing/fault
uuid:8ebd064c-2c44-4108-a196-fccef5a0f8e4
uuid:ff042f75-c6a0-4a5f-b456-d7e0f3975c76
http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous
2009-09-08T17:51:51Z
2009-09-08T18:01:51Z
soap:服务器
服务器无法处理请求。-->Sharepoint服务器上的安全验证失败


求你了,我需要帮助。你需要更多的信息吗?。谢谢。

这是一个可怕的双跳问题的示例,其中用户凭据没有传递到SharePoint服务器?Nat,您能告诉我如何将用户凭据传递到SharePoint服务器吗?是通过web.config吗?它应该说什么?我正在将WSRP producer与WSS一起使用,它是否与WSS一起工作,或者我是否需要MOSS(Microsoft Office SharePoint Server)?非常感谢。
  <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"xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">

<soap:Header>

  <wsa:Action>http://schemas.xmlsoap.org/ws/2004/03/addressing/fault</wsa:Action>

  <wsa:MessageID>uuid:8ebd064c-2c44-4108-a196-fccef5a0f8e4</wsa:MessageID>

  <wsa:RelatesTo>uuid:ff042f75-c6a0-4a5f-b456-d7e0f3975c76</wsa:RelatesTo>

  <wsa:To>http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous</wsa:To>

  <wsse:Security>

    <wsu:Timestamp wsu:Id="Timestamp-5d15e3f9-5ef2-47e4-b85d-5f69432bf791">

      <wsu:Created>2009-09-08T17:51:51Z</wsu:Created>

      <wsu:Expires>2009-09-08T18:01:51Z</wsu:Expires>

    </wsu:Timestamp>

  </wsse:Security>

</soap:Header>

<soap:Body>

  <soap:Fault>

    <faultcode>soap:Server</faultcode>

    <faultstring>Server was unable to process request. ---> Security Validation failed at Sharepoint Server</faultstring>

    <detail />

  </soap:Fault>

</soap:Body>