Hi,
I’m basically from .Net and technically new to OpenText. In my current project I need to integrate .Net web application (MVC4) with OpenText using Content Web Services.
I have done POCs on this and I could establish the connectivity and perform transactions like fetch the folders / files, update categories etc. But my .Net architecture is using IOC pattern i.e., it want to segregate Business Logic, Web services.
So I need to convert all the data types of CWS to custom data types. Ex: ApplicationData (comes in Workflow Service) to my custom data type. When I look into the reference of the Web service this ApplicationData consists of only 2 properties but it need to have link to other data types – Form Data, Attribute Data, Attachment Data and Comment Data.
I’m unable to link these types with ApplicationData in my custom data types. Is there any dll(s) for the Web services data types that I can just refer to in my Business Logic directly?
Thanks,
Swathi