Joseph Wu [
https://community.jboss.org/people/wutongjoe] created the discussion
"Re: newbie question about soap address"
To view the discussion, visit:
https://community.jboss.org/message/725809#725809
--------------------------------------------------------------
solved by changing* transportGuarantee="NONE"* to
*transportGuarantee="CONFIDENTIAL"*
@WebContext( contextRoot = "/webservices" ,
urlPattern="/ExampleService",authMethod="BASIC",
*transportGuarantee="CONFIDENTIAL"*, secureWSDLAccess=true)
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/725809#725809]
Start a new discussion in JBoss Web Services at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]