[jbossws-users] [JBossWS] - Re: WSDL is correctly modified to use the configured https p

dejanmr do-not-reply at jboss.com
Wed Jan 21 10:23:27 EST 2009


Annotations on EJB3 Web service class like this provided us with expected results - soap address was HTTPS, regardless of way of accessing WSDL (http/https). serverAuthPolicy is policy we have configured.


  | @WebService(serviceName = "zzzzzz", 
  | 		name="zzzzzz",
  | 		portName="zzzzzzPort",
  | 		targetNamespace ="http://www.zzzzzz.com/zzzzzz")
  | @SecurityDomain("serverAuthPolicy")
  | @PermitAll
  | @WebContext(
  | 			authMethod="CLIENT-CERT",
  | 			transportGuarantee="CONFIDENTIAL",
  | 			contextRoot="zzzzContextRoot",
  | 			secureWSDLAccess=false
  | )
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203680#4203680

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203680



More information about the jbossws-users mailing list