openesb-components/maven-archtype-v2/maven-archetype-service-eng.../src/main/resources/archetype-resources/build/generated-sources/archetype/src/main/resources/archetype-resources/test/java/enginetest/test2Input.xml

19 lines
830 B
XML

#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
${symbol_pound}set( ${symbol_dollar}symbol_pound = '${symbol_pound}' )
${symbol_pound}set( ${symbol_dollar}symbol_dollar = '${symbol_dollar}' )
${symbol_pound}set( ${symbol_dollar}symbol_escape = '${symbol_escape}' )
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:part="http://www.sun.com/jbi/examples/sample-service/greetings/">
<soapenv:Header/>
<soapenv:Body>
<part:userPart xmlns:greet="http://www.sun.com/jbi/examples/sample-service/greetings/types/">
<greet:first-name>Srinivasan</greet:first-name>
<greet:last-name>Chikkala</greet:last-name>
</part:userPart>
</soapenv:Body>
</soapenv:Envelope>