xsl-list
[Top] [All Lists]

Re: [xsl] Problem while calling Web service through XSL code

2008-01-14 12:08:40
On 13/01/2008, M. David Peterson <m(_dot_)david(_at_)xmlhacker(_dot_)com> wrote:
If you have access to an EXSLT or XSLT 2.0 processor, write an extension
function in a supported language.  Andrew welch has a nice example of
making a SOAP request using an extension function written in Java >
http://ajwelch.blogspot.com/2007/02/soap-extension-function.html.

It's written up a little clearer here:

http://www.andrewjwelch.com/code/xslt/soap/xslt-soap-extension.html

That version also includes the essential line:

httpConn.setRequestProperty(SOAPACTION, "");

...which is missing from the blog post.


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--