[ https://issues.apache.org/jira/browse/AXIS-2809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Seshasai Bhootadi updated AXIS-2809: ------------------------------------ Description: Hi , I am using axis.jar and while reading the wsdl in order to parse the WSDL i am using the SymbolTable.populate(uri , username , password). My wsdl is importing another wsdl and its throwing me java.io.IOException: Server returned HTTP response code: 401 for URL: http://PCSESHASAI.eur.ad.sag:53305/CentraSite/CentraSite/ino:dav/ino:dav/projects/WSDL/www.ibm.com/xmlns/prod/websphere/wcc/common/port/Common.wsdl at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1313) at java.net.URL.openStream(URL.java:1010) at com.ibm.wsdl.util.StringUtils.getContentAsInputStream(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.parseImport(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:516) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:495) was: Hi , I am using axis.jar and while reading the wsdl in order to parse the WSDL i am using the SymbolTable.populate(uri , username , password). My wsdl is importing another wsdl and its throwing me > Server returned HTTP response code: 401 for URL in SymbolTable.populate > ----------------------------------------------------------------------- > > Key: AXIS-2809 > URL: https://issues.apache.org/jira/browse/AXIS-2809 > Project: Axis > Issue Type: Bug > Components: WSDL processing > Reporter: Seshasai Bhootadi > Priority: Blocker > > Hi , > I am using axis.jar and while reading the wsdl in order to parse the WSDL i > am using the SymbolTable.populate(uri , username , password). > My wsdl is importing another wsdl and its throwing me > java.io.IOException: Server returned HTTP response code: 401 for URL: > http://PCSESHASAI.eur.ad.sag:53305/CentraSite/CentraSite/ino:dav/ino:dav/projects/WSDL/www.ibm.com/xmlns/prod/websphere/wcc/common/port/Common.wsdl > at > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1313) > at java.net.URL.openStream(URL.java:1010) > at com.ibm.wsdl.util.StringUtils.getContentAsInputStream(Unknown Source) > at com.ibm.wsdl.xml.WSDLReaderImpl.parseImport(Unknown Source) > at com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(Unknown Source) > at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) > at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) > at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) > at > org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:516) > at > org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:495) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.