Hello Experts,
I am new to PI.
I am trying to consume share point webservice through PI. I have turned on the basic authentication on SharePoint side so that PI can access the SharePoint webservice.
now I am getting a different error in PI . I can see that in SXMB_MONI
Can any one help me to resolve this issue. Here I am pasting original payload and the error message.
*Original PayLoad*
<?xml version="1.0" encoding="UTF-8" ?>
- http://schemas.microsoft.com/sharepoint/soap/">
<ns1:listName>Approvals</ns1:listName>
<ns1:updates><Batch><Method ID="5" Cmd="New"><Field Name="ID">bad</Field><Field Name="Title">54321</Field><Field Name="ApproverEmail">kishore</Field></Method></Batch></ns1:updates>
</ns1:UpdateListItems>
*Error Message*
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!-- Request Message Mapping
-->
- http://sap.com/xi/XI/Message/30" xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
<SAP:Category>Application</SAP:Category>
<SAP:Code area="UNKNOWN">APPLICATION_ERROR</SAP:Code>
<SAP:P1 />
<SAP:P2 />
<SAP:P3 />
<SAP:P4 />
<SAP:AdditionalText>application fault</SAP:AdditionalText>
errorstring" target="_blank">errorstringhttp://schemas.microsoft.com/sharepoint/soap/">errorstring>
<SAP:Stack />
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
Thanks,
Kishore