• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Weblogic Eclipse Proxy

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using welogic localhost server in eclipse for my web application. Below is the error where it is not able to access the webservice WSDL.

- [Service] ServiceCall: idsAuth: unexpected exception: weblogic.webservice.wsdl.WSDLParseException: Failed to retrieve WSDL from https://said.com/BAT5/authenticationServiceRACF/authenticationServiceRACF?WSDL. Please check the URL and make sure that it is a valid XML file [java.io.IOException: Unable to proxy through xyz.xyz.com:8080. Proxy returns: HTTP/1.1 407 Proxy Authentication Required]

- [TISProcessRequest] userid login failed: weblogic.webservice.wsdl.WSDLParseException: Failed to retrieve WSDL from https://said.com/BAT5/authenticationServiceRACF/authenticationServiceRACF?WSDL. Please check the URL and make sure that it is a valid XML file [java.io.IOException: Unable to proxy through xyz.xyz.com:8080. Proxy returns: HTTP/1.1 407 Proxy Authentication Required]

Do I have to change some proxy settings specifically for eclipse? I guess weblogic is trying to access the WSDL through HTTPCLIENT.
But when I click on wsdl link, I am able to access it so my Internet exploler proxy settings are correct.



 
reply
    Bookmark Topic Watch Topic
  • New Topic