Created
February 26, 2010 00:33
-
-
Save avernet/315242 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Prozessor fuer den Javaaufruf mit der Verkehrsdaten-xmldatei | |
--> | |
<p:config xmlns:p="http://www.orbeon.com/oxf/pipeline" | |
xmlns:oxf="http://www.orbeon.com/oxf/processors" | |
xmlns:xforms="http://www.w3.org/2002/xforms" | |
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" | |
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" | |
xmlns:delegation="http://orbeon.org/oxf/xml/delegation"> | |
<p:param name="data" type="output"/> | |
<p:processor name="oxf:xforms-submission"> | |
<p:input name="submission"> | |
<xforms:submission method="put" action="/service"/> | |
</p:input> | |
<p:input name="request"> | |
<delegation:execute service="stock-quote"> | |
<teststructure><test>5</test><test>foo</test></teststructure> | |
</delegation:execute> | |
</p:input> | |
<p:output name="response" ref="data"/> | |
</p:processor> | |
</p:config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment