SOAP
Colin Bendell
cbendell at point2.com
Tue Dec 23 16:49:05 UTC 2003
IE also has support for soap via non standard means since IE5.0. Check out: http://msdn.microsoft.com/library/default.asp?url=/workshop/author/webservice/overview.asp
/colin
________________________________
From: developers-owner at bugzilla.org on behalf of Gervase Markham
Sent: Tue 2003-12-23 2:38 AM
To: developers at bugzilla.org
Subject: Re: SOAP
Joel Peshkin wrote:
> I have been looking at SOAP and it looks like the right way to let
> javascript functions access databases so that mid-air checks can happen
> earliers, user matching can be done while editing (replacing wildcards
> and drop-down user pickers) and a whole lot more.
A few thoughts:
What's the particular advantage of SOAP (which, as I understand it, is
an XML wrapper format for wrapping more XML), given that browsers mostly
don't support it natively? I think Moz might, a little bit, but IE
doesn't as far as I know.
Such checking could only be done in really modern browsers, anyway -
older ones don't support JS fetching arbitrary documents without a page
reload of some sort.
Is it worth all the effort and added complexity that it would require?
What is your "whole lot more"? :-)
Mid-air checks can't be done earlier with 100% accuracy, of course,
because if you check at some point before submission, you have to check
again on submission anyway.
Gerv
-
To view or change your list settings, click here:
<http://bugzilla.org/cgi-bin/mj_wwwusr?user=cbendell@point2.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 4825 bytes
Desc: not available
URL: <http://lists.bugzilla.org/pipermail/developers/attachments/20031223/43fd0dfe/attachment.bin>
More information about the developers
mailing list