looking for getProjectXML.asp

J

JackD

I'm just guessing, but I would think it is somewhere on the Project Server
disk or on a machine with ProjectServer installed on it.
 
J

Jim Corbin [MSFT]

Unfortunately, that particular sample code in the SDK leaves a lot to the
developer. What it is saying is: Create an ASP page somewhere that returns
an XML string that conforms to the Project XML schema. If you name that page
getProjectXML.asp, for example, this code would call it.

It would be *much* easier to create an .aspx page using VS.NET, and use the
built-in XML classes and methods to create the string, and then validate it
with the Project XML schema.

Incidentally, the complete Project 2003 XML schema mspdi.xsd, along with the
XML schema reference, is now available as a download with the rest of the
Office 2003 XML schemas.

http://www.microsoft.com/downloads/...52-3547-420a-a412-00a2662442d9&DisplayLang=en

--Jim
 

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