Error Testing SOAP X3 webservice AOWSEXPORT with CHRONO "YES"

SOLVED

Hi,

I am trying to Export a template using webservice AOWSEXPORT with chrono "YES" using SOAPUI. But I am getting error or the result set has zero even after modifying or adding a record using Import.

If I say Choro is NO webservice is returning all the records in my Template.

Here is the CODE that I am using.

<soapenv:Envelope xmlns:xsi="">www.w3.org/.../XMLSchema-instance" xmlns:xsd="">www.w3.org/.../XMLSchema" xmlns:soapenv="">schemas.xmlsoap.org/.../" xmlns:wss="">http://www.adonix.com/WSS">
<soapenv:Header/>
<soapenv:Body>
<wss:run soapenv:encodingStyle="">schemas.xmlsoap.org/.../">
<callContext xsi:type="wss:CAdxCallContext">
<codeLang xsi:type="xsd:string">${#Project#codelang}</codeLang>
<poolAlias xsi:type="xsd:string">${#Project#poolAlias}</poolAlias>
<poolId xsi:type="xsd:string">${#Project#poolId}</poolId>
<requestConfig xsi:type="xsd:string">${#Project#requestConfig}</requestConfig>
</callContext>
<publicName xsi:type="xsd:string">AOWSEXPORT</publicName>
<inputXml xsi:type="xsd:string">
<![CDATA[{
"GRP1": {
"I_MODEXP": "SOH",
"I_CHRONO": "YES"
},
"GRP2": [
{
"I_TCRITERE": ""
}
],
"GRP3": {
"I_EXEC": "REALTIME",
"I_RECORDSEP": "|"
}
}]]>
</inputXml>
</wss:run>
</soapenv:Body>
</soapenv:Envelope>

Could anyone resolved or faced this issue before. Any help would be appreciated.

Thank you!