vote up 2 vote down star

Try this URL:

http://sharepoint.iceweb.com/sites/demo/default.aspx?wsdl

(user: demo@icemail.com, pass: demo)

As far as I remember this used to return the WSDL file for this, but it just returns the normal page instead. How do I get the WSDL for a Sharepoint service? I'm actually looking for the WSDL for the Sharepoint 2007 List service, so if anyone has a link for that, it's appreciated.

flag

2 Answers

vote up 1 vote down

Your URL is a little wrong. Try this:

http://sharepoint.iceweb.com/sites/demo/_vti_bin/Lists.asmx?wsdl

link|flag
vote up 2 vote down

You can only get WSDL from a webservice. You are trying to get a WSDL from a web page. The URL corresponding to the list service is {weburl}/_vti_bin/Lists.asmx

Here is a list af webservices available for SharePoint: http://msdn.microsoft.com/en-us/library/ms479390.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.