Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Send XML Calls to Project Server

Status
Not open for further replies.

Albano

Instructor
Dec 11, 2000
221
PT
Hi,

I have a ASP app that works with project server, and i need to send XML request to Project Server to create a project, i think via SOAP, can somoane help.

XML request to project server:
<Request>

<ProjectCreate>

<AutoPublish>1</AutoPublish>

<Project>

<ProjectName>Teste 10.published</ProjectName>

<StartDate>20050620</StartDate>

</Project>

</ProjectCreate>

</Request>

Thanks,

Albano
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top