SOAP API integrations

SOAP integrations are steadily being deprecated in favour or REST APIs. Neptune DXP comes preloaded with a SOAP library that allows you to access and consume a SOAP endpoint by a Neptune DXP server script that can then be used to generate a Neptune DXP REST API. This low code approach allows you to build a proxy Neptune DXP microservice, consuming a SOAP API in order to wrap it as a REST APIs that then become generally accessible by your apps and microservices.

An alternative approach outside Neptune DXP may be to utilise a similar wrapping subscription service such as Microsoft Azure’s SOAP to REST in API Management.