<arc:script xmlns:arc="http://www.arcesb.com/ns/ArcScript/2">
<arc:restrict user="admin" role="Administrators"/>
<arc:info title="GetTransmissionDetails" description="Retrieves the transmission details of the application.">
<input name="ConnectorId" desc="The id of the connector." required="true"/>
<input name="MessageId" desc="The message Id." required="true"/>
<input name="Direction" desc="The direction of the transmission." values="Incoming,Outgoing" required="true"/>
<output name="LogTimeCreated" desc="The time the log file was created."/>
<output name="LogType" desc="The type of the log file." />
<output name="LogFile" desc="The name of the log file." />
<output name="LogPath" desc="The path of the log file." />
</arc:info>
<arc:script method="POST">
<arc:push op="portGetTransmissionDetails" />
</arc:script>
</arc:script>