Hello,
I just had the same problem.
Try to set the clientBindUrl to 0.0.0.0 - this works for me (JBoss 4.2.2 GA on Windows
Vista).
Here the code:
@Stateless
@RemoteBinding(
clientBindUrl="https://0.0.0.0:8443/servlet-invoker/SSLServerInvokerServlet",
jndiBinding = "tw/xxx"
)
@Remote(Calculator.class)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148591#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...