Subject: Re: Problem while calling Web service through XSL code
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Mon, 14 Jan 2008 19:08:06 +0000
|
On 13/01/2008, M. David Peterson <m.david@xxxxxxxxxxxxx> 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/
|