Hi all, What I want is: - Make a request to a service which uses RawXMLINOnlyMessageReceiver. - If server sends HTTP 200 or 202, don't expect the input stream being not null and don't do anything. - If server sends HTTP 500, retrieve the stream (which is a SOAPFault) and throw the AxisFault.
I tried many things: - fireAndForget(): Doesn't handle HTTP 500 - sendRobust(): Can handle HTTP 500. But it expects a not-null input stream from the server. Is there a way doing this? Any help would be appreciated. Ali Sadik Kumlali __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
