cancel
Showing results for 
Search instead for 
Did you mean: 

Sharepoint Webservice Consume Error

Former Member
0 Kudos

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" ?>

- <ns1:UpdateListItems xmlns:ns1="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

-->

- <SAP:Error xmlns:SAP="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>

<SAP:ApplicationFaultMessage namespace="http://schemas.microsoft.com/sharepoint/soap/">errorstring</SAP:ApplicationFaultMessage>

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Thanks,

Kishore

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This message was moderated.