SoapServerException

A

Andreas Baier

Hi,

I'm trying to use the Sharepoint 2003 "Versions" WebService from VBA using
the Webservices Toolkit.
I want to get the versions of a document in sharepoint:

----
Sub versionen()

Dim ws As New clsws_Versions
Dim resultNodeList As MSXML2.IXMLDOMNodeList

Set resultNodeList =
ws.wsm_GetVersions("http://racoon/TestDokumente/TestDocLibrary/Versioniertes
Dokument.doc")

Debug.Print resultNodeList.Length

End Sub
----

Every time I execute the code, I get the following Excpetion:
"Exception of type Microsoft.SharePoint.SoapServer.SoapServerException was
thrown."

Whats wrong here? The link to the document should be valid.

regards,

Andreas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top