SharePoint Web Services SoapServerException

Home Page Forums BizTalk 2004 – BizTalk 2010 SharePoint Web Services SoapServerException

Viewing 1 reply thread
  • Author
    Posts
    • #25789

      Hi All,

      I try a basic operation: Consume a SharePoint Web Service (not WSS but SOAP Web Service).

      I imported a Web reference, created the orchestration and sent a message based on a Web Message Part to a SOAP port created via the New Configured Web Port wizard. Simple and easy.

      And I get the following error message:

      The adapter failed to transmit message going to send port “ICV_POC2_1.0.0.0_ICV_POC2.ListQueries_SharePointWS_bcac0b5077f8b36c” with URL “http://inframoss2007/_vti_bin/Lists.asmx”. It will be retransmitted after the retry interval specified for this Send Port. Details:”Exception of type ‘Microsoft.SharePoint.SoapServer.SoapServerException’ was thrown.”.[no other detail about the error]

      Before sending the message to the SOAP port I also send it to a file location to get a copy of the message. What I get is :

      <?xml version=”1.0″ encoding=”utf-8″?><string>SharePointList</string>

      This is the parameter of the message that should be sent to SharePoint.

      I do not know who is in charge of building the SOAP message.

      If it is the SOAP adapter the value I get in the file adapter will be sent to the SOAP adapter and seems to be a correct value.But why does the adapter don’t work ?

      If the SOAP message is built in BTS I should get a full valid SOAP message in the file adapter, what is not the case.

      I spent 1 full day on this problem, recreated the project twice and I am sure everything is OK … except a tiny detail somewhere.

      Any idea about it, for a solution or investigations?

       

       

       

       

    • #25806

      I answer my post:

      As usual don’t believe error messages: This was a SoapServerException, but behind it an authentication problerm. I switched IIS and the SOAP adapter to NTLM and everything works !

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.