Author Topic: Web API Client  (Read 4655 times)

Offline SisB

  • Jr. Member
  • **
  • Posts: 60
  • Karma: 0
Web API Client
« on: November 13, 2009, 07:18:06 PM »
Hi All,

I am trying to write a client side chat application using Web APIs. Is it possible to deploy this application in an app server different from where Web API server is deployed? I am not able to find any API which will allow the client to connect to a specific Web API instance using some sort of connection parameters before calling login/join etc methods.

The reason I am asking - if it is possible to keep Genesys Web API servers separate from corporate web servers.

Thanks in advance for any help.

Offline YevgeniyP

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 0
Re: Web API Client
« Reply #1 on: November 15, 2009, 06:17:54 AM »
Not really sure what is the question...
WebAPI Server is not really the "server". It's a set of APIs (plain Java or .Net) that maybe used in any ASP/JSP applications (really in any Java/.Net application). Only small subset of API (config, load balancing) is somehow specific to web infrustructure, but everything else is not. If you have some web application built using WebAPI server libraries, you definitely can start it from any other web app using proper link.

YP