Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avernet/315242 to your computer and use it in GitHub Desktop.
Save avernet/315242 to your computer and use it in GitHub Desktop.
<!--
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