开发者

Implementing SOAP with OSGi in Eclipse

开发者 https://www.devze.com 2023-01-26 22:08 出处:网络
I have been d开发者_运维百科eveloping an application using OSGi-Equinox iwith Eclipse. Now I would liek to implement some web-services. I manage to implement some simple webservices using org.eclipse.

I have been d开发者_运维百科eveloping an application using OSGi-Equinox iwith Eclipse. Now I would liek to implement some web-services. I manage to implement some simple webservices using org.eclipse.equinox.http. Using this package I send HttpServletRequest and return HttpServletResponse, where i write the "answer" in a PrintWriter.

Now I would like that the messages exchanged are SOAP messages and also use WSDL. Can any one point me to a tutorial to do this using eclipse and OSGi? Is jetty a good option?Is there any tutorial with Jetty and OSGi to implement SOAP?

Thanks!

Ana


I found a very interesitng tutorial using apache:

http://cxf.apache.org/distributed-osgi.html

0

精彩评论

暂无评论...
验证码 换一张
取 消