Using the Project.CreateProjectFromTemplate web service

D

DM

Has anyone used this with any success to create projects? what interface did
you use on top of it - a web based one? Sharepoint or similar or a VB
program? Any examples out there....?

Thanks
 
S

Stephan Steiner

There's some sample code right there in the SDK.

I wrote my wrapper around the code but I haven't gotten around to
testing it yet.

The ProjTool from the SDK might also support it (it allows you to do
pretty much every programmable action from within a single tool.. and
it comes with source code).

Regards
Stephan
 
J

James Fraser

Has anyone used this with any success to create projects? what interface did
you use on top of it - a web based one? Sharepoint or similar or a VB
program? Any examples out there....?

Thanks


We've used this. We developed web-based project intake workflows with
some approvals and such. It wasn't too bad. Keep track of permissions
and who is allowed to create projects on the server.

Here's a helpful blog post:
http://blogs.msdn.com/project_programmability/archive/2006/10/16/getting-started-with-the-psi.aspx


James Fraser
 

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