Hi,
We are trying to POC an integration of SAP with Documentum using Documentum Foundation services.
The customer does not want to use PI.
So for the time being we try to use the web services SOAP integration based on DFS WSDL entries (client class automatically by SAP ).
Now, the usage of WSDL is successful to the extent of being able to integrate the client stub in the ABAP code.
Problem is that the DFS requires the client to pass context information in the SOAP HEADER.
Therefore the WEB service execution failed because the request did not contain the context information in the header.
Now we tried to leverage this approach: http://scn.sap.com/docs/DOC-41563
Our developer has not been able to successfully call the web service itself based on this.
It seems that the SOAP XSLT transformation fails when trying to interpret some CHOICE item in the client stub class SOAP message.
So, has anyone written a piece of code he could share that calls a Documentum DFS web service, including the context setting ?
Preferrably a running example of a DFS call would be helpful if any.
Thanks