How to create a Web service ?
With IDEA 6.0, I searched:
- bundled help
- online documentation
- forums
- intellij.net
but not able to find any documentation on how to create a Web service starting from Java and deploy it on a JavaEE compatible server, for example GlassFish. I could configure GlassFish but what other steps are required to develop/deploy/invoke the Web service ?
Thanks,
-Arun
请先登录再写评论。
That is not an IntelliJ problem. Read up on Apache Axis or some other implementation. Spring also has an implementation that uses Apache Axis underneath.
I'm familiar with developing Web services using multiple toolkits but does IntelliJ not provide any support for that. For example, NetBeans allow me to create a Web service without knowing any toolkit specific details. Does IntelliJ has that capability ?
http://blogs.sun.com/arungupta/entry/creating_and_invoking_a_web
Thanks,
-Arun