I am trying to POST to the third party, EMC's documentum, REST service using integration broker service operations in peopletools 8.53. Unfortunately, the third party only accepts a content type of "application/vnd.emc.documentum+json", which I have been unable to send from peoplesoft and use a message definition at the same time.
In my service operation, if I do NOT fill in the request message I can POST to the URI with the custom content type as defined on the routing's Connector Properties page. I have not found a way to do this and also submit JSON content with the request, since no message is associated with the operation. Is there a way to include content in this type of message without using a request message?
If I DO fill in the request message I am unable to successfully POST because the message content-type of "application/json" gets passed as the content-type instead of the value in the routing's Connector Properties page. Is there any way to change the content-type when using a message definition?
Thank you,
Paul