i have imported jetty jars into OSGi framework and it works well as an HTTPSERVICE. but i have no idea, how to design a web service in such environment.
in eclipse i have implementiert a web service (deployed by Tomcat & Axis), i would like to move this web service project to OSGI container & jetty. i know that in the new project there should be few bundles, one bundle as Web Service, another as Web Service Client, maybe the third as Axis&Jetty. but i do not know how to begin with it. i think there must be some method to move the old web service project as .jar file to osgi container, if such method are not existed, there should be a way to create Web Service bundles in osgi container(by using Jetty) . can anyone give me a tip how to do it? just a example of how to transmit SOAP message between Bundles is also appreciate. thanks. ps: i have readed the message from http://www.nabble.com/Expose-OSGi-service-as-a-web-service-td16764361.html http://www.nabble.com/Expose-OSGi-service-as-a-web-service-td16764361.html " , but i do not get the whole point. it seems that the "remoting" OSGi services is the answer, but where can i find it ? -- View this message in context: http://www.nabble.com/How-to-Transmit-SOAP-message-between-Bundles-tp16824966p16824966.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

