Incoming Message Handling for EBIF

1 reply [Last post]
Brian Michel
User offline. Last seen 16 weeks 2 days ago. Offline
Joined: 05/19/2010
Groups: None

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.

Shashikala Shamarao
User offline. Last seen 10 weeks 7 hours ago. Offline
Thought Leader
Joined: 10/14/2008
Groups: None

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.