For me the problem is that I do not have access to the server, i.e. I have to
do everything from the client side. Also javax.xml.ws.Service class does not
have a default constructor, but rather only protected constructor that takes
java.net.URL wsdlDocumentLocation and QName serviceName. It internally (in
class sun.net.www.protocol.http.HttpURLConnection, method getInputStream,
line 1241) tries to fetch the URL, and this is where the problem is.
-- 
View this message in context: 
http://www.nabble.com/Accessing-WebService-that-requires-username-password-tp15863184p15885510.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to