Incoming Message Handling for EBIF
Wed, 05/19/2010 - 09:44
Has anyone been able to figure out how to do message ingestion to an EBIF application from say a server instance? The TVWorks documentation is very minimal concerning a server initiated request, so I've been doing shots in the dark trying to figure out the flow here. Anything would be appreciated.





community
You could do the message ingestion using two-way communication from your server. If you are using TVWorks, they have two-way packager which you can include as part of a web app running on a server, whenever the message needs to be ingested, you can make the app make a call to the new message. The web app can convert the message to be ingested into ebif format using two-way packger and send it back to the application. Hope this helps.