VBS Programmatic logon to Project Server 2003

A

Antonio Valle

Hello!

I'm trying to access to a Project Server to use PDS, but no way when trying
to to it from a VBS script.
Here is my sample code:

----------------------------------
dim oSOAPClient
dim oXMLDocument

verbosity = 3
sURL = "http://projectdemo/projectserver/LgnIntAu.asp"
Set oXMLDocument = createObject("Msxml2.DOMDocument")
wscript.echo oXMLDocument.Load(sURL)

----------------------------------
This always returns -1

Any hint?
Thanks!!
Antonio
 

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