Types Casts

The methods input types have been casted according to the following list within VBA.

Input Types

SOAP Type VBA Type
System.String String
System.Xml.XmlNode MSXML2.IXMLDOMNodeList
System.Guid String
Int32 Integer
Byte[] Variant
Boolean Boolean

Return Types

All return types have been casted to MSXML2.IXMLDOMNodeList. This might requires adoptions for some functions - depending on your former usage

 

Provided Functions

The following SharePoint SOAP functions are provided:

Lists.asmx

"AddAttachment",
"AddDiscussionBoardItem",
"AddList",
"AddListFromFeature",
"AddWikiPage",
"ApplyContentTypeToList",
"CheckInFile",
"CheckOutFile",
"CreateContentType",
"DeleteAttachment",
"DeleteContentType",
"DeleteContentTypeXmlDocument",
"DeleteList",
"GetAttachmentCollection",
"GetList",
"GetListAndView",
"GetListCollection",
"GetListContentType",
"GetListContentTypes",
"GetListContentTypesAndProperties",
"GetListItemChanges",
"GetListItemChangesSinceToken",
"GetListItemChangesWithKnowledge",
"GetListItems",
"GetVersionCollection",
"UndoCheckOut",
"UpdateContentType",
"UpdateContentTypeXmlDocument",
"UpdateContentTypesXmlDocument",
"UpdateList",
"UpdateListItems",
"UpdateListItemsWithKnowledge"

Views.asmx

"AddView",
"DeleteView",
"GetView",
"GetViewCollection",
"GetViewHtml",
"UpdateView",
"UpdateViewHtml",
"UpdateViewHtml2"