How to send a SOAP API request with NodeJS

preview_player
Показать описание
I couldn't find a decent video explaining how to interact with a SOAP API so I created one. It's far from perfect but it works and gives viewers an idea on how to get started.
Рекомендации по теме
Комментарии
Автор

I finally got the .then method to work so I've removed the sleeps.

adrianwalker
Автор

This actually saved our day. Thank you for this video. There is a way SOAP has become so vintage that running into int on some projects is a nightmare.

ExtendedBusinessOnline
Автор

Great vid. Never thought I'd hear someone say "I've wanted to interact with soap apis for many years" xD

piotrkmiec
Автор

Hello, not a big pro on the subject but perhaps you could use node's event emitter instead of those sleep. Thanks for the video.

camilofuentesmoenne
Автор

This is what i want right now. Please can you give me the link for the source code ?

henoknigussie
Автор

so far its good, but i am getting response type as a string including documents type like pdf, csv
how to get attachment as base64 type or json type so that i can consume

ganeshrp
Автор

I'm wondering, why don't you use a SOAP client library, e.g. "soap" npm module? Also, shifting this logic from the client-side to server-side can be a good idea.

koistya
visit shbcf.ru