andrea Castelli [
http://community.jboss.org/people/andrea.castelli] commented on the
document
"JBossWS - Authentication"
To view all comments on this document, visit:
http://community.jboss.org/docs/DOC-13533#comment-5380
--------------------------------------------------
It works:
Authenticator.setDefault(new Authenticator() {..});
Service service = Service.create(wsdlURL, qname);
Thank you.
--------------------------------------------------