From: bahadir_g <fbahadirg_at_gmail.com>
Date: Fri, 18 Sep 2009 04:26:58 -0700 (PDT)
I solved the problem. Since the ejb method calling the web service is
transactional, it makes a transactional call to web service, and when doing
so, it converts the non-SSL call to SSL. When I marked the calling method as
transaction.notsupported everything solved.