Siebel EAI Inbound webservices.
We are facing issue with Siebel EAI Inbound webservices.
Scenario -
1. We are hitting web service with SOAP UI
http://isblhp01:7777/eai_anon_enu/start.swe?SWEExtSource=SecureWebService&SWEExtCmd=Execute
and it gives proper response no matter how many times we hit in continuous fashion.
2. Now we updated the URL with some garbage data
http://isblhp01:7777/eai_anon_enu/start.swe?SWEExtSource=SecureWebService123&SWEExtCmd=Execute
It gives response once after that it closes the connection.
a) now if we try to hit with proper URL, connection is closed
b) If we restart the web server, SOAP will get the response again.