Created
January 7, 2010 18:48
-
-
Save edgars/271450 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <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