Adapter Development Kit 9.12 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Listener Notifications | Listener Notification Implementation | Configuring and Testing Listener Nodes and Listener Notification Nodes | Testing Listener and Listener Notification Nodes | Testing Listener
 
Testing Listener
The file MonitorListenerNotificationPipeline.log is created in Integration Server_directory /instances/<instance_name>/pipeline/ folder. This file contains one entry each time the file added in the listener is updated:
<?xml version="1.0" encoding="UTF-8"?>

<IDataXMLCoder version="1.0">
<record javaclass="com.wm.data.ISMemDataImpl">
<value name="fileName">MonitorListenerNotificationPipeline.log</value>
<record name="TestMyAdapterListener:TestMyAdapterListenerNotificationPublishDocument"
javaclass="com.wm.data.ISMemDataImpl">
<Date name="timeStamp" type="java.util.Date">Thu Oct 21 12:34:45 IST 2021</Date>
<value name="component">)</value>
<value name="rootContext">Unable</value>
<record name="_env" javaclass="com.wm.data.ISMemDataImpl">
<value name="locale"></value>
<value name="activation">wm624455fb0-b66d-4344-b92f-cee92639b14c</value>
<value name="businessContext">wm6:2281c61b-a0dd-4dc2-bb31-6eaea2052a1c\snull\snull:
wm624455fb0-b66d-4344-b92f-cee92639b14c:null:IS_61:null</value>
<value name="uuid">wm:14c48f70-323e-11ec-b7fd-000000000152</value>
<value name="trackId">wm:14c48f70-323e-11ec-b7fd-000000000152</value>
<value name="pubId">islocalpubid</value>
<Date name="enqueueTime" type="java.util.Date">Thu Oct 21 12:41:15 IST 2021</Date>
<Date name="recvTime" type="java.util.Date">Thu Oct 21 12:41:15 IST 2021</Date>
<number name="age" type="java.lang.Integer">0</number>
</record>
</record>
</record>
</IDataXMLCoder>