T
talikan
Hi folks,
I'm trying to create a basic project using PDS. I'm sending in this
XML:
<Request>
<ProjectCreate>
<AutoPublish>1</AutoPublish>
<Project>
<ProjectName>Test</ProjectName>
<StartDate>01/01/2004</StartDate>
</Project>
</ProjectCreate>
</Request>
The Project Server then replies:
<Reply>
<HRESULT>0</HRESULT>
<STATUS>31</STATUS>
<UserName>Administrator</UserName>
</Reply>
I looked up the error code 31 and it is rsRequestMultiplesInvalid. This
supposedly means that I have duplicate xml lines in my request, but as
you can see I do not. Does anyone have any idea what's going on here? I
can supply more info if needed.
I'm trying to create a basic project using PDS. I'm sending in this
XML:
<Request>
<ProjectCreate>
<AutoPublish>1</AutoPublish>
<Project>
<ProjectName>Test</ProjectName>
<StartDate>01/01/2004</StartDate>
</Project>
</ProjectCreate>
</Request>
The Project Server then replies:
<Reply>
<HRESULT>0</HRESULT>
<STATUS>31</STATUS>
<UserName>Administrator</UserName>
</Reply>
I looked up the error code 31 and it is rsRequestMultiplesInvalid. This
supposedly means that I have duplicate xml lines in my request, but as
you can see I do not. Does anyone have any idea what's going on here? I
can supply more info if needed.