Hello all,
I´m completely new to Axis2c so I have an absolute beginner questions, but I haven´t found an answer yet so maybe you could point me to the right direction. I currently have a more or less finished application on an embedded linux-PC. This application gather different information and data from a lot of places. Now I would like to use a REST-API to get and set some of this data. Firstly I hopped I could easily integrate axis2c into my application (as a REST-server) but I realized that it offered a standalone server with services I can implement. So to my question: Is there a concept or idea how I can use the axis2c server and use it as some sort of gateway/REST-server for my existing application? Should I write an axis2c-service that routes the incoming calls to my existing program like: External call <-REST-> axis2c-service <-UDP-> existing tool Or maybe implement an axis2c-client into my existing application which also connect to the axis2c-server? Am I right that it is not possible to implement an axis2c-service into my running application? It would be some sort of library which is linked at runtime into my program. Thanks in advance Chris