A
Adrian
We are creating custom event handlers to add projects to categories and
resources to groups when they are saved for the first time. The problem that
we are facing is, in the event handler we are not able to get the instance
Name /URL of the project server from where the event handler has been
invoked. We need to know the server URL so that we can change the PSI web
service URL dynamically at runtime depending upon the project server
instance for which the event handler is invoked.
This would be a very important aspect when there is more than 1 project
server instance running at a time. As of now we are picking up the web
service URL from a config file. But when there is more than 1 instance using
a config file would be a problem.
Any ideas how we could achieve this ?
Thanks
Adrian
resources to groups when they are saved for the first time. The problem that
we are facing is, in the event handler we are not able to get the instance
Name /URL of the project server from where the event handler has been
invoked. We need to know the server URL so that we can change the PSI web
service URL dynamically at runtime depending upon the project server
instance for which the event handler is invoked.
This would be a very important aspect when there is more than 1 project
server instance running at a time. As of now we are picking up the web
service URL from a config file. But when there is more than 1 instance using
a config file would be a problem.
Any ideas how we could achieve this ?
Thanks
Adrian