Hi,
I am trying with the publish_as_webservice sample. However, I need to publish this service throught https and with basic authentication. However, I cannot find any sample on how to expose a service through https. Any idea how can I do that? Thanks.
Just found the solution. I followed the JBoss ssl how to https://community.jboss.org/wiki/SSLSetup. And used the publish_as_webservice quicksample. It worked.