Notifying a channel using SubmitJob
To notify a channel using SubmitJob, set one of the following elements:

NotifyChannelsByName

NotifyChannelsById
For example, to notify the Sales Updates channel by name, include the following code in the request:
<SOAP-ENV:Body>
<SubmitJob>
…
<NotifyChannelsByName>
<String>Sales Updates</String>
</NotifyChannelsByName>
…
</SOAP-ENV:Body>