Problems in adding Resources by PDS method

R

Rasheed

Hi:

I created a sample project in VB to call PDS methods
by using soap. I am able to send simple xml strings and
get results from Project server database.But within this,
i am unable to get results by using most of the methods.
For example i want to add resource resource but i am
facing problem for eg i tried to send this xml string...

<Request>
<ResourcesAdd>
<Resources>
<Resource>
<Name> Rasheed</Name>
</Resource>
</Resources>
</ResourcesAdd>
</Request>

It gives me errors.Can anybody let me know the exact xml
string to add resources.

Thanks!

-Rasheed
 

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