• 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:

com.sun.xml.ws.client.ClientTransportException: HTTP transport error: java.net.ConnectException:

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello!

I am new web services.I just learned how to create and consume a web service (when both are on same machine).
But now i am assigned a project to consume a web service which is deployed on some else machine .The problem is when i try to run my project i got following list of exception:




Can anyone help me regrading this .I am in very much trouble.
 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi Iqbal.

Does your browser set up with proxy ? Then even your client application needs to set up a proxy.



 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check if you can access the web service wsdl through a browser. If you can and you are behind a proxy, do as previous post suggests. If you can not see the wsdl try to ping the IP of the machine the web service is deployed. If you can not ping the machine then it is a network issue (not a web service problem).
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic