Question
Capgemini Financial Services
GB
Last activity: 30 May 2018 10:03 EDT
Can SOAP accept REST API Status Code? I have a system to which i interact through a ESB Layer Service
I have a requirement, where I need to send the SOAP XML to ESB Layer which will convert the SOAP request into REST JSON Request and Pass it to the External Service. External Service in turn passes the ESB Layer service with JSON response and ESB Layer convert that JSON response to SOAP XML Response. In between all these conversion , ESB Layer does not convert the status code as received from the External System.
My question, can Pega SOAP service accepts REST API status code? If yes, How it does that? If No, How can we achieve it.