Skip Menu |

This queue is for tickets about the SOAP-Lite CPAN distribution.

Report information
The Basics
Id: 72147
Status: rejected
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: Timothy.Martens [...] mx.flextronics.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Bug Report
Date: Thu, 3 Nov 2011 11:58:44 -0600
To: <bug-SOAP-Lite [...] rt.cpan.org>
From: "Timothy Martens" <Timothy.Martens [...] mx.flextronics.com>
Distribution: 0.712 Perl Verion: This is perl, v5.8.8 built for i386-linux-thread-multi OS: Linux xxxxxx 2.6.18-238.9.1.el5 #1 SMP Tue Apr 12 18:10:56 EDT 2011 i686 athlon i386 GNU/Linux Error Description: When making a call to a server which has an issue. (is currently returning a 500 error due to maintenance) I am unable to handle the error in my program instead perl complains and exits. Error code: Uncaught exception from user code: 500 Internal Server Error at ./test.pl line 28 at /usr/lib/perl5/site_perl/5.8.8/SOAP/Lite.pm line 3537 SOAP::Lite::__ANON__('SOAP::Lite=HASH(0xa241208)', '\x{a}syntax error at line 1, column 49, byte 49 at /usr/lib/perl5...') called at /usr/lib/perl5/site_perl/5.8.8/SOAP/Lite.pm line 3720 SOAP::Lite::call('SOAP::Lite=HASH(0xa241208)', 'SOAP::Data=HASH(0xa362c84)', 'SOAP::Data=HASH(0xa362cf0)') called at ./test.pl line 28 Code: Line 28 in test.pl looks like this: $soap->call($method => @params) Thanks, -Tim -- Timothy Martens Flexsense - Systems Programmer FLEXTRONICS | Flextronics.com <<Picture (Metafile)>> Legal Disclaimer: The information contained in this message may be privileged and confidential. It is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete or destroy any copy of this message
Download ole0.bmp
image/bmp 23.9k
ole0.bmp
Subject: Re: [rt.cpan.org #72147] Bug Report
Date: Sat, 05 Nov 2011 23:15:09 +0100
To: bug-SOAP-Lite [...] rt.cpan.org
From: Martin Kutter <martin.kutter [...] fen-net.de>
Hello Timothy, Show quoted text
> Error Description: > When making a call to a server which has an issue. (is currently > returning a 500 error due to maintenance) I am unable to handle the > error in my program instead perl complains and exits.
You could eval { } the code in question to detect errors. Best regards, Martin