• 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

webservice wsdl working in browser not through httpclient or any other means.

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

I have a WSDL file which i am able to invoke in the browser. But when i tried to access this WSDL through Apache HttpClient or try to generate a JAR out of this WSDL it is throwing "Connection timeout". Why this is happening, please do shed some light in to this.Here is the URL for WSDL

http://someurl/vendorprovider.asmx?wsdl

if any one faced with similar problem please suggest me.
 
reply
    Bookmark Topic Watch Topic
  • New Topic