supporting web services from XSLT 2.0

Hi,

I would like to be able to include the result of Web Service Query in my 
transforms.

Any service that can be accessed by an HTTP GET, or a simple URL in 
general, can be accessed using the current document() function. But SOAP 
requires an XML query block, and that cannot be done with the current 
functionality.

A SOAP message may require a "SOAPAction" header, but apart from that 
the main requirement for a bare-ones SOAP enabling function would be to 
pass a single XML block containing a SOAP envelope element.

Francis Norton.

Received on Monday, 11 February 2002 04:10:14 UTC