SOAP

Jim Walters jimw at bugopolis.com
Wed Jan 7 00:53:36 UTC 2004


Thanks. I had tried that but there is something about CGI.pl that the
SOAP module doesn't appear to get along with very well. I guess I'm not
understanding the new architecture (or maybe the old architecture). I'm
assuming Bug.pm is implementing the "Bug" class but it appears to be
dependent on the SendSQL code. What is the new improved way of just
getting an object representing a bug?

Thanks

Jim

On Tue, 2004-01-06 at 15:58, Jonathan Schatz wrote:
> On Mon, 2004-01-05 at 13:47, Jim Walters wrote:
> > The error message coming back in SOAP to the JavaScript SOAP API in
> > Mozilla (which is really nice, since in this case I don't have to tail
> > error_log) is: "Undefined subroutine &main::SendSQL called at Bug.pm
> > line 153".
> 
> add this line after your "use lib" line:
> 
> require "globals.pl"
> 
> at least, on the forked bugzilla i have here, that's where SendSQL
> lives. and yes, the old db functionality has been deprecated...
> 
> -jon
> 
> -jon





More information about the developers mailing list