Re: [xsl] Webservices and XSLT

Subject: Re: [xsl] Webservices and XSLT
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Fri, 3 Feb 2012 16:39:32 +0000 (GMT)
"Szabo, Patrick (LNG-VIE)" wrote:

  Hi,

> Thanks a lot for your very
detailed answer. 
> I'll take a look at EXPath and the ressources you've
provided.

  Because a few people asked in private for the WSDL Compiler,
I've
updated it, and it's available in the Subversion repository
of the open source
implementation of the EXPath HTTP Client for
Java, in
trunk/samples/wsdl-compiler/ [1].

  The idea is to transform the WSDL using
wsdl-compiler.xsl.  The
result of this is a stylesheet defining a function for
each Web
service's operation.  You can then import this XSLT library in
your
own stylesheet and use the generated functions, passing them
directly the SOAP
payload (the content of soap-env:Body).

  There are 2 examples (for each
there is a WSDL and a test
stylesheet, you have to generate the compiled
library and name it
after the import statement in the test stylesheet).  These
example are in the same directory.

  If you have any question, the EXPath
mailing list is probably a
better place than here...

  Please keep in mind
that it's more a proof-of-concept than an
industry quality standards-compliant
stylesheet...

  Regards,

-- 
Florent Georges
http://fgeorges.org/
http://h2oconsulting.be/
[1]http://code.google.com/p/expath-http-client/source/browse/#svn%2Ftrunk%2Fs
amples%2Fwsdl-compiler

Current Thread