<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2014.210" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>We have implemented SSL (Secured Socket Layer)  in 
our project. </FONT><FONT face=Arial size=2>When&nbsp;the XML 
"FORM"&nbsp;contacts the (Java) Servlet it should throw an XML&nbsp;page with 
*https* protocol...... But&nbsp;the browser says "XSL : Access is denied" 
!!</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The same page I can see directly (by address) in 
browser (through https), but not programmatically through servlet !! XML is also 
referring XSL through https.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>(But the same servlet can throw&nbsp;HTML page 
through https !!!!! So I guess it finds the XML but not the XSL)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>But&nbsp;one more catch is......as my servlet 
extends HttpServlet, the XML "FORM" is contacting the servlet through "http" 
&amp; not through "https".........[ even I tried through https, but the FORM 
doesn't recognizes the servlet !!! I guess Java Servlet doesn't support SSL, am 
I right ?? ]</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Is anybody doing similar work ??</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2>Regds.......Om</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;</FONT></DIV></BODY></HTML>