Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do I access the service definition for a specific SharePoint list web service?
    primarykey
    data
    text
    <p>I have a problem accessing the web service ?wsdl for SharePoint lists, although I can see the list of operations. </p> <p>For example, for the following URLS:</p> <p><code>://team/sites/test/_vti_bin/Lists.asmx</code> - returns a list of operations</p> <p><code>://team/sites/test/_vti_bin/Lists.asmx?WSDL</code> - returns the wsdl document </p> <p><code>://team/sites/test/Lists/TestList1/_vti_bin/Lists.asmx</code> - returns a list of operations</p> <p><code>://team/sites/test/Lists/TestList1/_vti_bin/Lists.asmx?WSDL</code> - returns a 404 error (example of full error pasted below).</p> <p>I've checked on a few SP installations and I'm seeing the same behaviour on all of them, I've also tried logging on to the web server as admin and calling the pages and I get the same result each time. I've also checked that DisableLoopbackCheck is set to 1 in the registry.</p> <p>Is it the case that there is no WSDL available for specific lists, just for the generic list type i.e. you get the WSDL from /_vti_bin/Lists.asmx?WSDL and access the actual service via ///_vti_bin/Lists.asmx, or have I got the wrong end of the stick here?</p> <p>Any help gratefuly accepted.</p> <p>Error Text:</p> <blockquote> <p>There was an error downloading '<a href="http://team/sites/test/Lists/Repairs%20Services%20Customer%20Satisfaction%20TEST/_vti_bin/Lists.asmx?wsdl" rel="nofollow">http://team/sites/test/Lists/Repairs%20Services%20Customer%20Satisfaction%20TEST/_vti_bin/Lists.asmx?wsdl</a>'. The request failed with HTTP status 404: Not Found. Metadata contains a reference that cannot be resolved: '<a href="http://team/sites/test/Lists/Repairs" rel="nofollow">http://team/sites/test/Lists/Repairs</a> Services Customer Satisfaction TEST/_vti_bin/Lists.asmx?wsdl'. The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'NTLM'. The remote server returned an error: (401) Unauthorized. If the service is defined in the current solution, try building the solution and adding the service reference again.</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload