in reply to Re^3: start over with SOAP in Perl?
in thread start over with SOAP in Perl?
For your example, I have to parse "Error: Username/password invalid" into something, anything. The simplest way to handle this in soap is to throw a fault and do something like $response->get_fault->get_error_message.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: start over with SOAP in Perl?
by hardburn (Abbot) on Aug 31, 2006 at 19:33 UTC | |
by exussum0 (Vicar) on Aug 31, 2006 at 19:40 UTC | |
by hardburn (Abbot) on Aug 31, 2006 at 19:43 UTC | |
by exussum0 (Vicar) on Aug 31, 2006 at 19:49 UTC |