javax.xml.ws.WebServiceException: Failed to access the WSDL at:
http://.../DTTARMR/DTTARMRService?WSDL. It failed with:
Server returned HTTP response code: 401 for URL:
http://.../DTTARMR/DTTARMRService?WSDL.
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(Unknown Source)
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(Unknown Source)
at com.sun.xml.internal.ws.client.WSServiceDelegate.parseWSDL(Unknown Source)
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
at com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(Unknown Source)
at javax.xml.ws.Service.<init>(Unknown Source)
at com.rg.dttr.generated.DTTRService.<init>(DTTRService.java:42)
at com.rg.dttR.GetCMTSForFacility.main(GetCMTSForFacility.java:77)
Caused by: java.io.IOException: Server returned HTTP response code: 401 for URL:
http://.../DTTARMR/DTTARMRService?WSDL
at sun.net.
http://www.protocol.http.HttpURLConn...Stream(Unknown Source)
at java.net.URL.openStream(Unknown Source)
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.createReader(Unknown Source)
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.resolveWSDL(Unknown Source)
... 8 more