[Stackoverflow] [Progress OpenEdge ABL] How to export xml file in progress 4gl?

  • Thread starter Nisanth Krishnan
  • Start date
Status
Not open for further replies.
N

Nisanth Krishnan

Guest
I'm a rookie in progress 4gl. Can any one say how to export xml format like as follows using SAX-WRITER in Progress 4GL. Here is the format;

<?xml version="1.0" encoding="UTF-8"?>
<IoTInfo>
<Info Name="ApplicationID" Value="IoTBuffer" />
<Info Name="ResourceID" Value="Lansing_DO" />
<Info Name="HostName" Value="Adient-RTA-USE-IoTHub-01.azure-devices.net" />
<Info Name="DeviceId" Value="582-01" />
<Info Name="PrimaryDeviceKey" Value="4n3yEihan+ikfEe1EkI0i/CNeTfiMHdzQCcUQthO4R4=" />
<Info Name="SecondaryDeviceKey" Value="Ue7dNJvVYGRmyVIl4l91hQS0TUDCwvdLs/2X+OWUBe0=" />
<Info Name="TransportType" Value="Mqtt_WebSocket_Only" />
<Info Name="RetryPolicy" Value="Exponential_Backoff_With_Jitter" />
<Info Name="OperationTimeout" Value="15000" />
<Info Name="IoTMessage" Value="{&quot;DeviceId&quot;:&quot;469&quot;}" />
<Info Name="MsgTimeStamp" Value="11/20/2019 1:40:12 PM" />
</IoTInfo>

Continue reading...
 
Status
Not open for further replies.
Top