Hello All, I have a scenario where-in i need to insert the data from BizTalk to Sharepoint List. I have a list name "BiztalkEmployeeList" where i have quite few columns. BizTalk generates me a final XML which has the same number of nodes as the sharepoint list columns. Now, i need to read the data from the xml and insert the same to sharepoint List. how to achieve this. Eg: XMl has Test I need this node value to be inserted into sharepoint list under "Name" column. We received the following error while trying to achieve this:
"
A message sent to adapter "Windows SharePoint Services" on send port "SendPort2" with URI "wss://ctsintbmvcialm7:2000/Lists/BizTalkEmployeeList/AllItems.aspx" is suspended.
Error details: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.