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
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