Madhurya Ranjan

Greenhorn
+ Follow
since Dec 19, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Madhurya Ranjan

Thanks Bhagat/Ivan for your response. My only doubt is after calling system.exit(0), code written after web services will not be reachable.Please correct me .
I am calling the webservices running on webserver and caling it from a web application running on JBoss through a JSP and I have seen lots of open connection after finishing the transaction.This is increasing overhead and web services calling time.
14 years ago
I have created client code generated by Apache CXF. The problem is how can I close the connection after calling the web services methods.I just want to make sure that after calling the webservices , it should be closed.Please help me out if there is any method to do so.
14 years ago