RE: Output error stream if response code != 200

2004-06-05 Thread Karr, David
> -Original Message- > From: Hrvoje Niksic [mailto:[EMAIL PROTECTED] > > "Karr, David" <[EMAIL PROTECTED]> writes: > > > When testing of posting to web services, if the service > returns a SOAP > > fault, it will set the response code to 500. However, the > information > > in the SO

Re: Output error stream if response code != 200

2004-06-04 Thread Hrvoje Niksic
"Karr, David" <[EMAIL PROTECTED]> writes: > When testing of posting to web services, if the service returns a > SOAP fault, it will set the response code to 500. However, the > information in the SOAP fault is still useful. When wget gets a 500 > response code, it doesn't try to output the "erro

Output error stream if response code != 200

2004-06-02 Thread Karr, David
When testing of posting to web services, if the service returns a SOAP fault, it will set the response code to 500. However, the information in the SOAP fault is still useful. When wget gets a 500 response code, it doesn't try to output the "error stream" (as opposed to the "input stream"), where