Hi,
We have created a custom web service to add documents to the docbase. This takes DataPackage (com.emc.documentum.fs.datamodel.core.DataPackage) as one of the parameters. This DataPackage has a DataObject which in turn has a List of FileContent objects containing the references to the documents to be uploaded. It works fine when called from a Java client application. But the WSDL generated has created it's own DataPackage object and DataObject, treating them as custom objects rather than core objects. But FileContent isn't treated as a custom object. This is causing problems and we are not able to consume this web service through .net client application as it gives type mismatch error.
Has anyone faced similar problem? have we missed anything? Please help.
Regards,
Ash