This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Francis
Norton
Sent: terça-feira, 28 de Maio de 2002 17:29
To: xsl-list@lists.mulberrytech.com
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]