xsl-list
[Top] [All Lists]

Re: [xsl] Webservices and XSLT

2012-02-03 10:39:47
"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%2Fsamples%2Fwsdl-compiler

--~------------------------------------------------------------------
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>
--~--