Hello, All
Have you ever try to map a MDM Web Service checkout response to an Data Object in BPM?
I have published MDM Web Service (checkout checkin) and try to use them as automatical activity in BPM. As for the checkout MDM web Service, it returns the check-out internal Id array list in response. I have tested this Web Service seperately and it can return the correct check-out internal Id array list in response.
My problem:
I want to save the returned internal Id array list into an artifact in BPM. I defined an Data Object in the type of com.sap.mdm.ws.beans.checkoutResponse, and I map the check out response to this Data Object directly. But BPM workflow will terminate if I map the MDM web service checkout responses to this Data Object.
If you have used MDM Web Service as automatic task in your past BPM design, have you ever map out the output internal Id array? If so, could you please confirm whether it is the correct mapping method to save the output internal Id array?
Thanks a lot!
Welkin