08-26-05 10:55 PM
so if i understand retry related to working with a webservice
correctly, it works well for connection level issues (server down), but
when a soap fault is thrown, the server retires as if it is a
connection level problem. why does the server retry on a soap fault?
it seems like if a fault was thrown, it would be caught immediatly in a
catch block with a soapex object?
what is the suggested way to implement fault handling and retry with
webservices? thanks.
[ Post a follow-up to this message ]
|