url correction and improve API doc
[so.git] / adapters / mso-sdnc-adapter / readme
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
10 SDNCAdapter behaviour on being deployed in Tomcat Springboot 
11 -------------------------------------------------
12
13
14
15