WSDL SOAP service is creating web sessions leads to server down
Hi Friends,
I have created and exposed a web service for the given WSDL.
daily 500+ requests are processed via this SOAP service in live.
after 2 days live server got stopped with no web sessions available.
We removed this SOAP service, now live is working fine. We are investigating why web sessions got increased.
Could you please give me any clue, as to why web sessions got increased with the unknown user while processing requests through SOAP service?
Thanks,
Prashanth
Product version: IRIS 2020.1
Hi @prashanth ponugoti
Are you using the Private Webserver? If yes this can be the issue, because InterSystems don't recommends then use of Private Webserver in production environment. Bellow a snippet of documentation:
See the documentation: Application Use Of InterSystems Web Server
For production environment install a Webgateway in a separate machine/container if possible.
Installing the Web Gateway
Regards.