how to create/save workspace for a project by PSI?

C

Chris

I can create a project and publish it by using PSI methods. I do everything
step by step as it is written in MSO Project 2007 SDK:

string wssUrl = "";
jobGuid = Guid.NewGuid();
ProjectWebSvc.ProjectRelationsDataSet dsProjectRelations = new
ProjectWebSvc.ProjectRelationsDataSet();
dsProjectRelations = project.QueuePublish(jobGuid, projectGuid, true, wssUrl);

After that the project has been published but there is no its workspace. I
am getting errors:
WSSURIInvalidFormat = 16409 - Invalid format for SharePoint Web URI.
GeneralQueueJobFailed = 26000 - The queue job failed

Any help will be really appreciated
 
Top