chameleonbr / node-red-contrib-soap

SOAP Client for Node Red
MIT License
9 stars 27 forks source link

SOAP session #18

Open alijundi opened 4 years ago

alijundi commented 4 years ago

I have a soap service where I need to login using a soap function and then I can call other soap functions in the same session. Every time I login I get success but when I call the other functions as if I am not logged in!!! is there a way to save the session information?

alijundi commented 4 years ago

I guess the soap function must retain cookie information in order for the server to work with sessions on soap! is it possible to do that?