Communication path set up between Openfire and WS

Category:

Synchrona System has three main subsystems named as SynchronaWS, Openfire extension and Browser plugin,

In this Blog post i have described how we crated the communication path between openfire server and webservice.

I took 2 main approches for creating client for a webservice, following is the tutorial which explains how to setup a Simple webserive and Clinet. But My focus was to develop a client which can act as a client for Synchrona WebService and also it can act as a plugin for Openfire Server.

When implementing client which handles soap mesages, all the tutorials you find in the web explains that clinet need to be running as a dynamic webservice , which in turn hilight the fact that clinet will be running on server such as tomcat or jboss or any other supporting server for WS. This fact rais the question of modeling the client implementation as a openfire plugin which has predefined structre for plugin development. This means that we should have some other way where it can run as a normal jara program without all of this servers and java libraries.

Solution we found was called SCCJClient. Client side of the openfire server is implemented according to the specification of SCCJClient

You can find more information on implementation of SCCJClinet form Here
...

Comments (0)

Post a Comment