Using a SBO from a DFS .NET consumer

Buddy
Buddy Member
edited July 26, 2012 in Documentum #1

Hi there,

Couldn't find much in the doc about that.

Basically, I have a SBO I use from some Webtop components, so far so good

Now, I'm developing a .NET application using the DFS libraries, thus allowing me to use the out of the box DFs services. How can I use my SBO from there ? Is it possible ?

Would anybody have an example ?

Buddy

Tagged:

Comments

  • abc123
    abc123 Member
    edited July 25, 2012 #2

    The procedure can be:

    1. Design your Java class with XML annotation to expose as DFS data model.

    2. Write your custom DFS web service using either DFS local service or DFC to call your SBO.

    3. Build your custom DFS web service with DFS tool (ant based).

    4. Produce .NET client proxy code with the generated WSDL files.

    5. Write your .NET client consumer application.

    6. Deploy & run.

    The AcmeSample in DFS SDK gives an example on how to write custom service.

    Regards,

    William

  • Buddy
    Buddy Member
    edited July 26, 2012 #3

    Thanks William,

    another question while I'm at it: I saw some post about the service catalog that should be downloaded from the Downlaod Center. I went there and I see only one for version 6.5. Should I still sue this one ?