Hi Friends
I need to send XML data of Driver to external system with very minimal information.
Driver ID & Active/Inactive Status.
1. Created an agent,
2. Assign Var: $driverrem [Source:Select driver_xid|is_active from Driver where driver_gid = $gid]
3. Action - Send Integration , IU, IU, Remark: $driverrem
External system setup.
-> HTTP Service details added
-> Wrote Seq:1, driver_update.xsl , XML Element : Driver
I've attached the XSL, am using to format the data.
When i run the agent, below is XML_Blob in i_transmission table.
<?xml version="1.0" encoding="UTF-8"?>6.3.120130804120301Asia/Riyadh+03:001http://192.168.1.20:7777http://192.168.1.20:7777900DriverD1OTM_DRIVER_UPDATED1OTM _DRIVER_UPDATE901REMMD_08|NDRIVER_EVENT - nullDRIVERD1MD_08IUD1ALB_RIYADH
I see the XML tags are not getting generated. Can any one please help me..
Regards
J
I need to send XML data of Driver to external system with very minimal information.
Driver ID & Active/Inactive Status.
1. Created an agent,
2. Assign Var: $driverrem [Source:Select driver_xid|is_active from Driver where driver_gid = $gid]
3. Action - Send Integration , IU, IU, Remark: $driverrem
External system setup.
-> HTTP Service details added
-> Wrote Seq:1, driver_update.xsl , XML Element : Driver
I've attached the XSL, am using to format the data.
When i run the agent, below is XML_Blob in i_transmission table.
<?xml version="1.0" encoding="UTF-8"?>6.3.120130804120301Asia/Riyadh+03:001http://192.168.1.20:7777http://192.168.1.20:7777900DriverD1OTM_DRIVER_UPDATED1OTM _DRIVER_UPDATE901REMMD_08|NDRIVER_EVENT - nullDRIVERD1MD_08IUD1ALB_RIYADH
I see the XML tags are not getting generated. Can any one please help me..
Regards
J