xbranko wrote:
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.

If it's internally using the standard URL mechanism then have you tried registering a java.net.Authenticator to supply the username and password?

http://www.javaworld.com/javaworld/javatips/jw-javatip46.html

Ian

--
Ian Roberts               | Department of Computer Science
[EMAIL PROTECTED]  | University of Sheffield, UK

Reply via email to