• 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

Web services in HTTPS. org.apache.axis2.AxisFault: Read timed out

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a web service running fine in HTTP protocol. When i run the same service on HTTPS all operations are working fine except an operation which takes about 30 seconds.

I get the following exception



I tried increasing the timeout through service client options to 5 minutes.

Amazingly its throwing the same exception after 5 minutes. Im sure that particular service do not take more than 1 minute.

Still i tried increasing the time to 10 seconds, but no luck.

I observed the SOAPMonitor request is coming and the service is also completed successfully. after that i am not able to trace the error. What might be wrong???

The Status of the service invocation in remains active.

Your help is highly appreciated..
Thanks in advance.
 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you find any solution for this error?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic