I have tried to upgrade the mid-tier too.. Remedy Web works fine but when I try to call a webservice generated on a Form the application server crashes. I have generated the client to call the web service using axis.
Vishwas P
Stealth Member
Registered: 01/15/07
Posts: 125
Pl check if ur Webservice is doing Synchronous action, which could be a possilbe reason. We had our AR Server restarting(very often) due to Synchronous Webservice transaction (which wnt into loops) and we had to break the transaction to make our AR Server stable...