Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Database issues with SOAP::LITE

2 views
Skip to first unread message

chinu

unread,
Jul 3, 2008, 8:18:37 AM7/3/08
to
Hi All,

I am creating a web service in soap environment from which i am
inserting some data into database written in perl.

Whenever i use the DBD::Oracle module, i am getting 500 internal
server error.

Can anyone help me out wher i am doing wrong?


Thanks & Regards

Chinmoy.

xho...@gmail.com

unread,
Jul 3, 2008, 9:29:52 AM7/3/08
to
chinu <dchinm...@gmail.com> wrote:
> Hi All,
>
> I am creating a web service in soap environment from which i am
> inserting some data into database written in perl.
>
> Whenever i use the DBD::Oracle module, i am getting 500 internal
> server error.

Is there any reason to think that SOAP::Lite has anything at all to do with
it? Can you connect to Oracle fine if you don't use SOAP::Lite in the same
CGI program?

in the subject if it is
actually DBD::Oracle?

> Can anyone help me out wher i am doing wrong?

You might not have your Oracle-specific environment variables set up
properly in the account that runs the Perl script. Look in the httpd error
logs for the specific error message. Or maybe
use CGI::Carp qw(fatalsToBrowser);
before you try to connect to Oracle.

Xho

--
-------------------- http://NewsReader.Com/ --------------------
The costs of publication of this article were defrayed in part by the
payment of page charges. This article must therefore be hereby marked
advertisement in accordance with 18 U.S.C. Section 1734 solely to indicate
this fact.

chinu

unread,
Jul 4, 2008, 12:07:33 AM7/4/08
to
On Jul 3, 6:29 pm, xhos...@gmail.com wrote:

I am calling that db_insert web service function written in a separate
cgi(may be in a different server) from a calling pl(in my server). The
error occurs in that cgi. I have to call that function through soap.
But its not working...

0 new messages