Hi All,
Can anyone help me out in DFS
Iam writing my own custom service by using the existing DFS services.
I want use the ContentDeliveryService inorder to publish the documents what I have imported by using the Custom Services.
If I added the package import com.emc.documentum.fs.datamodel.scs.*;.
Iam able to use the services properly , but when Iam building it is throwing error.
package com.emc.documentum.fs.datamodel.scs does not exist
[generateArtifacts] import com.emc.documentum.fs.datamodel.scs.*;
[generateArtifacts] ^
[generateArtifacts] 1 error
[generateArtifacts] || Task execution failed. Please add "-verbose" to your Ant command line for additional details.
I have put the scs.jar file in library.
Is their any solution to use the
http://localhost:8888/services/core/ObjectService?wsdl
With
http://localhost:6677/services/scs/ContentDeliveryService?wsdl
Do we need to do any modifiction in dfs_build.xml file
If anyone knows please help out with the procedure?
Thanks in Advance,
Suri