Author Topic: Genesys Open Media Interaction Server  (Read 5237 times)

Offline arnie_007

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Genesys Open Media Interaction Server
« on: September 30, 2008, 07:42:38 PM »
Hi,

Is there a web service implementation for Genesys's OMI server?
Our project, requires interaction from weblogic server to OMI server. Whiel going through the SDK for OMI, I found that new threads, listeners etc were implemented in the SDK which makes it a bad candidate for our app server deployed in weblogic.

If there is a webservice implementation, I woudl greatly appreciate it if someone could share the implementation and the WSDL required for it.

Thanks.

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Genesys Open Media Interaction Server
« Reply #1 on: September 30, 2008, 09:43:37 PM »
Hi,

I'm not sure that I understand your request... What are you trying to achieve - retrieve some OpenMedia interaction from Genesys or submit a new one from application running on WebLogic to Genesys platform?

R.

Offline barleycorn

  • Jr. Member
  • **
  • Posts: 73
  • Karma: 2
Re: Genesys Open Media Interaction Server
« Reply #2 on: September 30, 2008, 09:59:42 PM »
There is an Open Media interface exposed through GIS, but regardless if you want to use it you would have to implement your own code to consume these services. Assuming everything is configured and running correctly with GIS, you can find the WSDL at http://[gis-host]:[gis-port]/gis/  open the OPENMEDIA branch and you can see the services (and the wsdl) available there.
I'd be interested to find out some more detail about what you are trying to do though.