views:

422

answers:

1

How to expose / publish services using Java HTTP post for XML SOAP message. What are all steps need to follow. I did googling but haven't found any thing about exposing / publishing services.

+1  A: 

This is probably a good place to start: http://java.sun.com/developer/technicalArticles/J2SE/jax_ws_2/

Andy