SOAP

Jim Walters jimw at bugopolis.com
Tue Jun 24 15:16:10 UTC 2003


I have created a GForge project for the SOAP extensions on
http://www.tryggth.com

There is nothing there yet, but I will be putting up the Perl modules,
initial server CGIs that "work" in the Bugzilla directory/module
structure and a test .js page that will call into the server. Hopefully
this will be in in the next day or two. Along with some branding on the
site.

Regards,

Jim Walters

On Tue, 2003-06-17 at 09:01, Myk Melez wrote:
> Jim Walters wrote:
> 
> >Anyway, there are a bunch of things to figure out
> >
> >- Which APIs to implement
> >  
> >
> All of them!  I'd start with authentication and authorization, since 
> you'll need to have that for everything else.  After that the big two 
> are searching for bugs and retrieving a specific bug, closely followed 
> by submitting a bug and updating an existing bug.  It goes on from there.
> 
> >-  What to do when I run up against Bugzilla library functions which are
> >"close but no cigar" when it comes to being used within the SOAP library
> >(an initial look at implementing a simple show_bug&id=1 function
> >indicates this may happen occasionally)
> >  
> >
> Fix 'em!
> 
> >- General philosophy on API arguments but more specifically return
> >values (thin, heavy, complex, simple)
> >  
> >
> API arguments should make sense.  I'm not 100% sure what you are asking 
> about return values, but I think the answer is that it varies.  The API 
> should be able to provide all the data available, or at least all the 
> data that the current web interface provides.  In cases where only a 
> subset of data is regularly required, however, it should be able to 
> retrieve and return just that subset.
> 
> >- Need to learn Perl better in order to know whether I really need to
> >resolve namespaces with things like Bugzilla::DB:ConnectToDatabase() all
> >the time.
> >  
> >
> See "use":
> 
> http://www.perldoc.com/perl5.8.0/pod/func/use.html
> 
> >The nice surprise was the SOAP support in Mozilla. It will give me a
> >chance to play with XUL widgets along the way.
> >  
> >
> Over in Bugxula I'm building a XUL client for Bugzilla:
> 
> http://bugxula.mozdev.org/
> 
> If you'd like to contribute to this project, please do!
> 
> -myk
> 
> 
> ----
> To view or change your list settings, click here:
> <http://bugzilla.org/cgi-bin/mj_wwwusr?user=jimw@bugopolis.com>
__________________________
Jim Walters   Director of Technology
Bugopolis, Inc.

phone: +1 206 447 8315 
email: jimw at bugopolis.com
web: http://www.bugopolis.com
_________________________




More information about the developers mailing list