On Wednesday 26 February 2003 03:25 pm, John Fawcett wrote:
> Hi,
>
> Is it possible to call webservices over https? I've looked through
> the Jboss book, and I think I am missing the method in all the
> (very interesting) detail...

I would think all you'd have to do is configure Jetty within JBoss to 
have a JSSE listener, and you'd automatically have web services over 
https. I haven't tried web services specifically, but the procedure 
for enabling Jetty within JBoss to listen on HTTPS is pretty 
straightforward. You basically go into 
deploy/jbossweb.sar/META-INF/jboss-service.xml and uncomment and/or 
modify the SunJsseListener section following the Jetty FAQ.

Once all of the configuration is done, you can try making calls to the 
wsdl URIs to see if they work through SSL. I would think it would 
work.

-Neal


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to