Hi,
An example:
<Query>
<SoapAction>http://schemas.microsoft.com/sharepoint/soap/GetListItems</SoapAction>
<Method Namespace="
http://schemas.microsoft.com/sharepoint/soap/" Name="GetListItems">
<Parameters>
<Parameter Name="listName">
<DefaultValue>{1120AF7E-E607-4BC5-8BBE-FD9870B5337E}</DefaultValue>
</Parameter>
</Parameters>
</Method>
<ElementPath IgnoreNamespaces="True">*</ElementPath>
</Query>
That run on SQL Reporting Service tools which works great. I want this result to work on MS Access 2003 via linked table.On MS Access 2003, is it possible to get the web service function called "GetListItems" via DoCmd.TransferDatabase (using acLInk)? Thanks.Regards,m2009