[ic] mv_credit_card_reference

Javier Martin interchange-users@interchange.redhat.com
Tue Oct 16 15:00:00 2001


> > UserTag web-service Routine <<EOR
> > sub {
> >
> >     my ($url, $code, $message, $data) = @_;
> >
> >     eval {
> >         require LWP::UserAgent;
> >         require HTTP::Request::Common;
> >     };
>
> Here is your problem. You can't do a runtime require under Safe.

I've taken them out and placed in interchange.cfg but still the same
problem. Actually the problem occurs somewhere inside the call to
HTTP::Request::Common::POST, so I think that somewhere in the LWP library
they require a module in runtime. This looks more difficult to solve, and
Christopher's idea of a separate process starts making sense to me.

Javier