blob: 7e038e7149ce5beefee8e9ac80d4dd77f31e2824 [file] [log] [blame]
ChrisC025301d2017-01-31 11:40:03 +01001SDNC Adapter is a conduit between MSO BPEL and SDNC
2SOAP requests from BPEL are sent as REST requests to SDNC
3BPEL get a SYNC response (with no data) right away
4On SDNC SYNC response, BPEL is sent an ASYNC (callback) response
5On SDNC ASYNC responses/notifications, BPEL is sent ASYNC responses
6Failure to send request to SDNC results in header to BPEL with respCode(4xx,5xx) and msg
7Success in sending requests to SDNC results in header to BPEL with 2xx respCode to BPEL and data received from SDNC
8SDNC data might have failures or success
9
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040010SDNCAdapter behaviour on being deployed in Tomcat Springboot
ChrisC025301d2017-01-31 11:40:03 +010011-------------------------------------------------
ChrisC025301d2017-01-31 11:40:03 +010012
ChrisC025301d2017-01-31 11:40:03 +010013
ChrisC025301d2017-01-31 11:40:03 +010014
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040015