Hi Ravi Thanks for reply.
We are trying to build a Webservice layer to meet service oriented architecture.
So that all our projects/applications on any platforms can interact with our webservice layer to peform any documentum operations.
From couple of documents and fourms I could understand that, If I implement service using
DFC : I am responsible for sending the content to the client as ACS url or Binary stream.
Webtop: UCF itself will handle everything, with minimal configurations.
DFS: I can setup a reverse proxy so that UCF delivers content back to end user. (Have to look into this solution)
Is this the case?
Please suggest if any other alternatives.
Regards,
kk
Hi,
I will need to understand your requirements better to give more contextual help.
However, whenever you are writing a webclient using documentum, it is always advised to use UCF.
Put in a nutshell, UCF is just for optimized content transfer between the appserver and the client machines. It also gives the client context to UCF server and DFC (typically both sit on appserver).
In loose terms, UCF is bundled webapp itself and has a client and server component. As such just using UCF server is not meaningful. Also DFC being a "server" to UCF is agnostic of the presence of UCF...so " ineracting with UCF server layer using DFC client layer" seems an not-so-well conceived notion to me.
Please let me know your use case, then I can try to help you out, if required with sample code.
Ravi
Hi Ravi,
I am new to Documentum, Need a favour from you.
We are developing a DFC layer that interacts with Content server to perform basic document operations submitted by client, like Checkin Checkout..
Weblayer -> DFC layer -> Content server.
Is there any way we can interact to UFC server layer using DFC client layer.
Please help us finding the solution.
Thanks in advance.