Java with Web service Axis
I am new in Java We开发者_开发知识库bservice, Please Let me know any one know abt Java webservice using Axis.
Thanks
Read wikipedia article first.
@shyamu, before you go down the Axis path, I suggest you look at the following comparison between Axis and Spring WS at http://forum.springsource.org/showthread.php?t=105424
I don't know if you're familiar with Spring, but since you're new to web service as you mentioned, this might be a good time to give you options before you spend your precious time to something you might not like at the end.
I personally prefer Spring WS than Axis. And I just don't say that I prefer it, but rather I wanna share that knowledge as well. For Spring WS starters, you can look at http://krams915.blogspot.com/2010/12/spring-ws-tutorial-using-latest-200-rc2.html
精彩评论