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
 
Top