How to listen for SOAP request in nodejs

Hello friends, I couldn't find better tutorial on understanding SOAP. Currently I am working with SMPP protocol to send SMS from my application, it works fine, but to receive SMS, the ISP told me to use SOAP, they said that they will send MO messages to my end using SOAP request, now my node application need to listen for that request. But I am not familiar to how I am going to create a server to listen for SOAP request. Anybody here with experience in SOAP? Thanks
3 Replies
ChooKing
ChooKing7mo ago
SOAP is ancient. Most people in this group were not born yet when it stopped being popular.
theoriginalandrew
the very mention of SOAP scares me. Not fun times at all.
elhanan
elhanan7mo ago
But it’s seems still being used by some service providers