Hi Experts,
Need Your help to know how i can get the transaction output in Plain Text form using the URL.
Currently I am trying the following URL :
http://<server>/XMII/Runner?Transaction=Default/TDLF/TestTrxforYUI&Server=XacuteConnector&Mode=Query&OutputParameter=Text&type=text
Output :
<?xml version="1.0" encoding="UTF-8" ?>
-<Rowsets DateCreated="2014-04-09T23:41:19" EndDate="2014-04-09T23:41:19" StartDate="2014-04-09T23:41:19" Version="14.0.0 Build(802)" TransactionID="-1">
<Rowset TrxID="-1">
<Columns>
<ColumnDescription="Text" MaxRange="0.0" MinRange="0.0" Name="Text" SQLDataType="1" SourceColumn="Text" />
</Columns>
<Row>
<Text>HelloWorld</Text>
</Row>
</Rowset>
</Rowsets>
But i need the output in plain text format as
HelloWorld
Thanks
Shashank