How to write programs using PDS ???
by Sobin » Fri, 30 Dec 2005 21:15:05 GMT
Hi,
I am new to PDS. I have gone thru lot materials related to PDS. But
still got confused at certain points.
1. In microsoft's documentation, they are talking about an EXTENDER
class. I want to know where it is located in our system (In project
server system).? Can we modify the code for EXTENDER class?
2. Regarding REPLY through XML.. For, eg:
<Reply>
<UserName></UserName>
<ProjectsAccess>
<Mode></Mode>
<ResGlobalID></ResGlobalID>
<ResGlobalName></ResGlobalName>
</ProjectsAccess>
</Reply>
How do we modify the contents of the existing PDS method's reply ? OR
How to create new reply for a method?
3. How the nodes (Mode, ResGlobalID, etc..) for each reply is
selected?? Is there any List containg the available nodes??
Where all these information are located ??
Any help appreciated....
Thanx
Re: How to write programs using PDS ???
by Gary L. Chefetz [MVP] » Fri, 30 Dec 2005 21:57:42 GMT
Sobin:
Please don't cross-post, the appropriate place for this post is the
developer group, to which you already posted.
--
Gary L. Chefetz, MVP
"We wrote the books on Project Server"
http://www.**--****.com/
For Project Server FAQs visit
http://www.**--****.com/
For Project FAQs visit
http://www.**--****.com/
Similar Threads:
1.How to write programs using PDS ???
Hi,
I am new to PDS. I have gone thru lot materials related to PDS. But
still got confused at certain points.
1. In microsoft's documentation, they are talking about an EXTENDER
class. I want to know where it is located in our system (In project
server system).? Can we modify the code for EXTENDER class?
2. Regarding REPLY through XML.. For, eg:
<Reply>
<UserName></UserName>
<ProjectsAccess>
<Mode></Mode>
<ResGlobalID></ResGlobalID>
<ResGlobalName></ResGlobalName>
</ProjectsAccess>
</Reply>
How do we modify the contents of the existing PDS method's reply ? OR
How to create new reply for a method?
3. How the nodes (Mode, ResGlobalID, etc..) for each reply is
selected?? Is there any List containg the available nodes??
Where all these information are located ??
Any help appreciated....
Thanx
2.How to write Programs using PDS ???
Hi,
I am new to PDS. I have gone thru lot materials related to PDS. But
still got confused at certain points.
1. In microsoft's documentation, they are talking about an EXTENDER
class. I want to know where it is located in our system (In project
server system).? Can we modify the code for EXTENDER class?
2. Regarding REPLY through XML.. For, eg:
<Reply>
<UserName></UserName>
<ProjectsAccess>
<Mode></Mode>
<ResGlobalID></ResGlobalID>
<ResGlobalName></ResGlobalName>
</ProjectsAccess>
</Reply>
How do we modify the contents of the existing PDS method's reply ? OR
How to create new reply for a method?
3. How the nodes (Mode, ResGlobalID, etc..) for each reply is
selected?? Is there any List containg the available nodes??
Where all these information are located ??
Any help appreciated....
Thanx
3.How to write programs using PDS ??
Hi,
I am new to PDS. I have gone thru lot materials related to PDS. But
still got confused at certain points.
1. In microsoft's documentation, they are talking about an EXTENDER
class. I want to know where it is located in our system (In project
server system).? Can we modify the code for EXTENDER class?
2. Regarding REPLY through XML.. For, eg:
<Reply>
<UserName></UserName>
<ProjectsAccess>
<Mode></Mode>
<ResGlobalID></ResGlobalID>
<ResGlobalName></ResGlobalName>
</ProjectsAccess>
</Reply>
How do we modify the contents of the existing PDS method's reply ? OR
How to create new reply for a method?
3. How the nodes (Mode, ResGlobalID, etc..) for each reply is
selected?? Is there any List containg the available nodes??
Where all these information are located ??
Any help appreciated....
Thanx
4.Using PDS to write
Hello all,
I was wondering if anyone knows how I can use the PDS to
actually write some information into the MSProject Tables.
Thank you for your help?
5.Help need for writing PDS Extender
Hi
I am trying to write a PDS Extender for MS Project Server 2003, using
.Net platform. The problem is, if the client of the Extender has
Windows Administrative privileges then PDS propagates/ communicates the
request to my Extender and a successful reply is returned. If the user
does not have Windows Administrative privileges then client gets a
login failed message as listed below
<Reply>
<HRESULT>0</HRESULT>
<STATUS>1</STATUS>
<ProjectSites>
<Error>Login failed for user 'WIN2K3\Steve Masters'.</Error>
</ProjectSites>
</Reply>
Can any one tell me what sort of permission do I have to set for the
client.
Thanks