I have a similar problem. HTTP Basic auth seems to be configured correctly and tests setting a username and password on the Stub work, but only if I use a local WSDL. I think the problem is that the http://blah:8080/ejb-jar/port-component?wsdl call also requires credentials with basic auth.
There doesn't seem to be a createService on ServiceFactoryImpl that sets these. Nor can I get it to work by stuffing the credentials into the ?wsdl url, not that that would be a good solution. Is there a way to send credentials when getting the wsdl, or alternatively a way to configure the web service to let only those call be anonymous? Thanks much - John View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871932#3871932 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871932 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
