Skip to content

Instantly share code, notes, and snippets.

Created February 28, 2010 15:09
Show Gist options
  • Select an option

  • Save anonymous/317626 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/317626 to your computer and use it in GitHub Desktop.
<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"
xmlns:ev="http://www.w3.org/2001/xml-events">
<p:param name="data" type="output"/>
<p:processor name="oxf:xforms-submission">
<p:input name="submission">
<xforms:submission method="post" action="http://localhost:8080/orbeon/service/">
<xforms:setvalue ev:event="xforms-submit" ref="submission-error" value="'false'"/>
<xforms:setvalue ev:event="xforms-submit-error" ref="submission-error" value="'true'"/>
</xforms:submission>
</p:input>
<p:input name="request">
<request>
<structure>
<blub>5</blub>
<blob>5</blob>
</structure>
<submission-error>false</submission-error>
</request>
</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