• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Oc4J webservices

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using the Oracle Application server 9.0.4 and java 1.4. I am creating a webservice client form a WSDL file which runs fine from my local server.

But when i deploy that to Oracle Application server on a different network i m getting the following Error.




I am not setting any proxy in my code as my Application server is not under any proxy server. All hits will be direct to the application server.
Here the exception is unknown host exception, munproxy which is the proxy server in my local network.

anybody has any idea from where the Oracle SOAP is taking the proxy settings? how can i overcome this issue?

Best Regards
vishnu


reply
    Bookmark Topic Watch Topic
  • New Topic