Skip to content

Instantly share code, notes, and snippets.

@edgars
Created January 7, 2010 18:48
Show Gist options
  • Select an option

  • Save edgars/271450 to your computer and use it in GitHub Desktop.

Select an option

Save edgars/271450 to your computer and use it in GitHub Desktop.
<service category="Proxy" name="TransacaoCiob" description="WebService Proxy" invmScope="GLOBAL">
<actions>
<action name="echo-request" class="org.jboss.soa.esb.actions.SystemPrintln">
<property name="message" value="Transforming...................." />
</action>
<action name="TransformPojoParaEnvelopeSOAP" class="org.jboss.soa.esb.smooks.SmooksAction">
<property name="smooksConfig" value="/smooks-config.xml" />
</action>
<action name="echo-response" class="org.jboss.soa.esb.actions.SystemPrintln">
<property name="message" value="Transformed: ##########################33" />
</action>
</actions>
</service>
<?xml version="1.0"?>
<smooks-resource-list xmlns="http://www.milyn.org/xsd/smooks-1.1.xsd"
xmlns:jb="http://www.milyn.org/xsd/smooks/javabean-1.2.xsd"
xmlns:ftl="http://www.milyn.org/xsd/smooks/freemarker-1.1.xsd">
<!--
Use a FreeMarker template to perform the model driven transformation.
-->
<ftl:freemarker applyOnElement="CiobConsulta">
<ftl:template>SerasaEnvelope.ftl</ftl:template>
</ftl:freemarker>
</smooks-resource-list>
<shipping-history name="${CiobConsulta.nome}">
</shipping-history>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment