RE: [xsl] Does saxon:output do an HTTP POST? (Using XSLT as a Web Services bridge)

Subject: RE: [xsl] Does saxon:output do an HTTP POST? (Using XSLT as a Web Services bridge)
From: Américo Albuquerque <aalbuquerque@xxxxxxxxxxxxxxxx>
Date: Tue, 28 May 2002 17:59:04 +0100
I can send an XML via a URL. I do it with JavaScript.
I simply do:
my_A.href="some_page/?XML=" + doc.xml;

my_A is an ID of a Link tag

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Francis
Norton
Sent: terça-feira, 28 de Maio de 2002 17:29
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Does saxon:output do an HTTP POST? (Using XSLT as a
Web Services bridge)


Thomas B. Passin wrote:

>Whether you can do it depends on what you mean by "Web Service".  It's one
>thing to POST some (name,variable) pairs.  It's another to construct a SOAP
>envelope + payload and to respond to possible SOAP error messages.
>
Yes, in fact I'd go further - I'm not even particularly committed to
SOAP, but I do care about the ability to send an XML request, so I would
be equally happy (in principle) if we (all) started calling our Web
Services by using POST with the XML as a MIME attachment, as John Cowan
pointed out on xml-dev. But until someone can find a way of sending an
XML block via a URL, then I need something more powerful than document().

Francis.



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread