The above does not seem to be true. When you deploy an EJB endpoint with
| <port-component> | <port-component-name>Myname</port-component-name> | <port-component-uri>/hello/myservice</port-componenturi> | <transport-guarantee>CONFIDENTIAL</transport-guarantee> | </port-component> | jbossws generates a web.xml (have a look at the "Server Temp Dir") that uses <transport-guarantee>CONFIDENTIAL</transport-guarantee> >From then onwards, your endpoint behaves like any other webapp that uses >CONFIDENTIAL. anonymous wrote : | At last, make sure that your WSDL files point to the right url. Otherwise your webservice client may be redirected to the unsecure HTTP access method. | This is indeed misleading. It should read anonymous wrote : | At last, make sure that the endpoint address in your WSDL file uses a secure protocol. | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967862#3967862 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967862 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
