passing instances from XFORMs to XPL

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

passing instances from XFORMs to XPL

anpati1
Trying to access xforms submission in the below xpl to and send use the data to invoke webservice. The xslt processor does not appear to work. Please help!!
 
 
<?xml version="1.0" encoding="UTF-8"?>
<p:config xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:f="http://orbeon.org/oxf/xml/formatting" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:delegation="http://orbeon.org/oxf/xml/delegation" xmlns:oxf="http://www.orbeon.com/oxf/processors" xmlns:m="http://www.openapplications.org/oagis/9" xmlns:_9="http://www.openapplications.org/oagis/9">
<p:param type="input" name="instance"/>
<p:param type="output" name="data"/>
<p:processor name="oxf:xslt">
<p:input name="data" href="#instance"/>
<p:input name="config">
<xsl:stylesheet version="2.0">
<delegation:execute service="DemandHandlerServicePortTypeExport1_DemandHandlerServicePortTypeHttpService" xmlns:delegation="http://orbeon.org/oxf/xml/delegation">
<xsl:template match="/">
<xsl:copy-of select="/*"/>
</xsl:template>
</delegation:execute>
</xsl:stylesheet>
</p:input>
<p:output name="data" id="call"/>
</p:processor>
<p:processor name="oxf:delegation">
<p:input name="interface">
<config>
<service id="DemandHandlerServicePortTypeExport1_DemandHandlerServicePortTypeHttpService" type="webservice" style="document" endpoint="http://localhost:9082/Test2Web/sca/DemandHandlerServicePortTypeExport1" return-fault="true">
</service>
</config>
</p:input>
<p:input name="call" href="#call"/>
<p:output name="data" ref="data"/>
</p:processor>
</p:config>



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws