I'm having a problem using an Axis2 client to connect to a service that seems to have a real hiccup. I'm trying to get the group that runs the service to fix the hiccup, but I would like to continue on while that happens, and I was wondering if anyone can suggest a way.

The problem is that the service fails to respond to the initial request, but will respond to a retry. I noticed this when checking the WSDL in Firefox. It won't load at first, but does load after a refresh. I found that Opera loaded right away and IE and Safari wouldn't load at all. (Safari had the most helpful response, saying that the server had dropped the connection.) I used commons.httpclient to test and it posts an IO exception because the server failed to respond, then does a retry, which works fine.

I'm wondering if I can do some sort of automatic retry for such an exception in Axis2.

I don't know if this makes a difference, but the service is running in SSL (over HTTPS.)

Thanks for any suggestions you can offer,

  -- Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to