[ICT] zTryout voorbeeld saxparsing perfion query : opgelet alleen voor de eigenlijke payload xml.
- gebruikte query :
<soap:Envelope xmlns:soap="
http://www.w3.org/2003/05/soap-envelope" xmlns:per="
http://perfion.com/">
<soap:Header/>
<soap:Body>
<per:ExecuteQuery >
<per:query><![CDATA[<?xml version="1.0"?>
<Query>
<Select languages='IND'>
<Feature id='Vertalingsgroep' />
<Feature id='Vertalingstypes' />
<Feature id='KeyVertalingssleutel' />
<Feature id='VertalingDA' />
<Feature id='VertalingDE' />
<Feature id='VertalingEN' />
<Feature id='VertalingES' />
<Feature id='VertalingFR' />
<Feature id='VertalingIT' />
<Feature id='VertalingNL' />
<Feature id='VertalingNO' />
</Select>
<From id ='Vertalingssleutel'/>
<Where>
<Clause id='Vertalingsgroep' operator='in'>
<Value>TT</Value>
<Value>ALG</Value>
</Clause>
</Where>
</Query>
]]>
</per:query>
</per:ExecuteQuery>
</soap:Body>
</soap:Envelope>