Thanks for the pointer. That looks like it might be a good 80% solution for
many common
use cases of SOAP.

There is a free-software library that I was looking at recently, which is
part of the Flex SDK
source release; they have implemented a RPC package in javascript (AS3)
which does
SOAP and XMLRPC I believe. It is coded using the javascript-2 style class
system,
but it might be possible to back port it to Flash 8 and DHTML, given that
our compiler
can deal with a lot of the issues of translating AS3 to JS2.

On Wed, Apr 16, 2008 at 6:15 PM, Jesse Norell <[EMAIL PROTECTED]> wrote:

> I'd guess you've probably ran across this, but if not, there's a heck of
> a starting point for a javascript soap client at
> http://www.guru4.net/articoli/javascript-soap-client/en/
> Looks like it makes some bad assumptions (eg. the wsdl is always found
> via http GET at the service url + "?wsdl"), and says it's for soap 1.1,
> so you might want a few updates there, but it's largely complete (works
> for what it is).
>
> On Wed, 2008-04-16 at 16:57 -0400, Henry Minsky wrote:
> > Going forward, we are looking at writing a client-side implementation
> > of the SOAP and XMLRPC
> > protocols in javascript, and thus become independent of the server and
> > the apache
> > library.
> --
> Jesse Norell
> Kentec Communications, Inc.
> [EMAIL PROTECTED]
>



-- 
Henry Minsky
Software Architect
[EMAIL PROTECTED]

Reply via email to