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