Reading a Lookup Table

Y

yonialhadeff

Hello,

I'm trying to read a look up table, but i don't succeed.

the problem is that he cannot recognize WebSvcLookupTable.
when i put this line
public LookupTableWebservice as WebSvcLookupTable.LookupTable = new
....

Vs underline and tell me that ebSvcLookupTable.LookupTable is not
defined !

Wich dll are needed ? i add two dll as reference to the project and
import it into
Microsoft.SharePoint
Microsoft.Office.Project.Server.Library

If someone can help it will be gratefull

thank you in advance
 
B

Brian Smith \(MSFT\)

You need to add a web reference to
http://<servername>/<pwa>/_vti_bin/PSI/LookupTable.asmx and call it
WebSvcLookupTable. Replace <servername>/<pwa> with your servername and PWA
instance name.
 

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