Questions tagged [soap]
SOAP, originally defined as Simple Object Access Protocol, is a protocol specification for exchanging structured information in the implementation of Web Services in computer networks.
142 questions
1 vote
1 answer
203 views
Can't Connect from KingswaySoft SharePoint
I have a SharePoint site and I have no issues connecting via the browser - the site comes right up after I enter my username/password. When I try to connect using the KingswaySoft SharePoint connector ...
0 votes
1 answer
117 views
Custom connector fails inside the flow
I have a custom connector created using PostMan 2.1 Collection/Swagger definition. The connector works fine when configuring and testing. When you save this connector and use it inside a flow, it ...
1 vote
1 answer
291 views
How to retrieve List Item link contents in SharePoint via PHP SOAP?
Good Day, Our project needs us to access a certain List in SharePoint and download documents from there using SoapClient and NTLM as mode. I am able to connect to SharePoint and retrieve the items on ...
0 votes
1 answer
189 views
How to use CSOM, SOAP or Rest API to detect anonymous views of list items for a List?
Let's say I have a SharePoint site with anonymous view enabled for the entire website But I have a List that breaks role inheritance. How do I use CSOM, Rest API or SOAP API to detect if a List has ...
0 votes
1 answer
2k views
Updating SharePoint Online items using SOAP/XML API from outside of SharePoint
We need to update (CRUD) SharePoint Online list items from a stand alone application outside of SharePoint from an external company. This application uses Soap/XML calls to call SP. The (external) ...
1 vote
0 answers
143 views
Copy.asmx CopyIntoItemsLocal: Value does not fall within the expected range
I've a workflow in which I'm copying file from one library to a folder in another one. It is being done with calling a web service like below: <?xml version="1.0" encoding="utf-8"?> <...
0 votes
1 answer
215 views
sharepoint 2013 how to update managed metadata field (TaxonomyFieldType) using soap API
I am trying to update managed metadata field (TaxonomyFieldType) using SOAP API following is my SOAP XML <Batch OnError = "Continue"> <Method ID = "1" Cmd = "Update"> <...
0 votes
1 answer
549 views
How to update list with _vti_bin/lists.asmx?
I want to use the updatelist ot updatelistitem function from here. I want to add a counter to the page. And i want to increase it with code. I thought this way would useful for me. I did not find any ...