Revision: 295
http://cse-ip.svn.sourceforge.net/cse-ip/?rev=295&view=rev
Author: pkasprzak
Date: 2009-07-02 11:14:40 +0000 (Thu, 02 Jul 2009)
Log Message:
-----------
* Wrap WSA-EndpointReference with a service-ref as required by bpel-spec
Added Paths:
-----------
trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/WrapEPRWithServiceRef.xsl
Added: trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/WrapEPRWithServiceRef.xsl
===================================================================
--- trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/WrapEPRWithServiceRef.xsl (rev 0)
+++ trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/WrapEPRWithServiceRef.xsl 2009-07-02 11:14:40 UTC (rev 295)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
+ xmlns:sref="http://docs.oasis-open.org/wsbpel/2.0/serviceref">
+ <xsl:template match="/">
+ <xsl:element name="sref:service-ref">
+ <xsl:copy-of select="/"/>
+ </xsl:element>
+ </xsl:template>
+</xsl:stylesheet>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|