[jboss-user] [JBossWS] - Re: webservice <transport-guarantee> CONFIDENTIAL does not w

thomas.diesler@jboss.com do-not-reply at jboss.com
Mon Aug 28 12:36:47 EDT 2006


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



More information about the jboss-user mailing list