ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 1 | SDNC Adapter is a conduit between MSO BPEL and SDNC |
| 2 | SOAP requests from BPEL are sent as REST requests to SDNC |
| 3 | BPEL get a SYNC response (with no data) right away |
| 4 | On SDNC SYNC response, BPEL is sent an ASYNC (callback) response |
| 5 | On SDNC ASYNC responses/notifications, BPEL is sent ASYNC responses |
| 6 | Failure to send request to SDNC results in header to BPEL with respCode(4xx,5xx) and msg |
| 7 | Success in sending requests to SDNC results in header to BPEL with 2xx respCode to BPEL and data received from SDNC |
| 8 | SDNC data might have failures or success |
| 9 | |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 10 | SDNCAdapter behaviour on being deployed in Tomcat Springboot |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 11 | ------------------------------------------------- |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 12 | |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 13 | |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 14 | |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 15 | |