On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.
Discussions
Problem consuming D6.0 sp1 dfs
Hi Guys I have a problem deploying my project which consumes dfs from a D6 server. The reason is I can not import all the jars inside the sdk pacakge. They have some conficts with my project 's other library file. I tried using java org.apache.axis.wsdl.WSDL2Java http://xxxxxxx:9080/services/core/ObjectService?wsdl to…
Documentum 6.0 Client side environment setup
Hi Guys I have a problem deploying my project which consums dfs from a D6 server. The reason is I can not import all the jars inside the sdk pacakge. They have some conficts with my project 's other library file. I tried using java org.apache.axis.wsdl.WSDL2Java http://xxxxxxx :9080/services/core/ObjectService?wsdl to…
DFS 6.0 & DFS 6.0 SP1
I am wondering whether the APIs for these two version are the same. I couldn't find the later one. Can someone please help me. Thanks!!
jaxws-rt.jar version for documentum6.0 sp1
I am having problem with this jar file, because the client side, which is a weblogic server is using JAX-WS RI 2.0.1. whenever my weblogic server trys to call any ObjectService, or any other DFS, there will be this error : Caused by: java.lang.NoSuchMethodError:…
get all files's id inside a folder
i m on D6. what I tried is 1. get the folder object 2. retrieve all its relationships with target role as Relationship.ROLE_CHILD . 3. get the target object's ids. i thought when i add a parent-child relationship to a document object, a new relationship is also added to the target folder object as well. it seems to be…
get document IDs of all versions of the same file
i have been searching this API : EMC Documentum Foundation Services SDK 6.0 API Documentation for a method to get the document IDs of all versions of the same file. it seems that there is no such method. anyone knows a way to do it ? I believe there is a very straight forward way. Appreciate your help ! -ossa