[jboss-user] [JBossWS] - Re: More soap:address problems

karypid do-not-reply at jboss.com
Wed Aug 13 02:46:31 EDT 2008


Try using @WebContext. It works for me using JBossWS-Native 3.0.2 (which is the latest stable version).

For example:@WebContext(authMethod = "BASIC", transportGuarantee=true, secureWSDLAccess = true)
  | @WebService
  | public class MyService ... {
  | ...
  | }

Make sure to enable the  "secureWSDLAccess" flag if you need HTTPS-only access for the published WSDL contract. I understand the "transportGuarantee" is for actual access to the service.


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

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



More information about the jboss-user mailing list