Has anyone connected from Peoplesoft 9.1 or earliier to Documentum 6.5 thru web services (WSDL) ?? We are loading Payable Information into documentum and would like to a create link on specific inquiries that will automaticly open the Scanned document.
I have tried looking for any documentation and have found none.
I have tried to consume the WSDL thru Peoplesoft. But The schema for the message seems to get lost.
Here is what I am thinking ..
I believe I need 2 soap xml messages probably using queryservice or Objectservice.
1. To Pull all documents loaded during the day, so I can get document Ids and create an internal Xreference table with Our Document pointing to (BU,voucher) -> Documentum ID.
2. To be able to Open The scanned document using DocumentID form inside peoplesoft
Any documentation help or code samples (or just code ) would be greatly appriciated.
W