regarding ObjectServiceWebService class customisation in DFS

Hi Experts,

We have two requirements one is to disable delete option in objectservicewebservice.wsdl and other is to restrict create access in DFS based on inputs objecttype and username is there any feasibility to achieve this two requirements. If yes kindly assist how.

Comments

  • Hi @MohammedAnees,

    Please try not to post in the General forum, people rarely look here. Will move this thread to the Documentum Developer Forum after submitting this post.

    Martin van Rappard
    Technical Support Engineer III
    OpenText

  • Write your own web service that extends these.

  • Hi Johny,

    We have extended ObjectServiceWebService and overwrite create method and compiled to java class. However while trying to create WSDL using wsgen tool we are getting below error.

    command : wsgen -wsdl -d D:\eclipse\eclipse\test\src\com\emc\documentum\fs\services\ext\WSDL -cp . com.emc.documentum.fs.services.ext.ObjectServiceWebServiceExt

    error: compilation failed, errors should have been reported.

    Also, tell us if there is any feasibility to change existing WSDL file mapping to new class.

  • I haven't tried overwriting existing WSDL before.