I am new to Web Services. I am looking to develop a simple application using Webservices can any one provide me the details for the same.The example should also have associated notes of how to develop and deploy the Webservice. I dont want to use Axis for my development.
Thanks
SCJP1.2, SCWCD1.4, SCBCD1.3, SCBCD 5.0, SCDJWS, SCEA, IBM Certified SOA Associate
Chintan Rajyaguru
Ranch Hand
Joined: Aug 19, 2001
Posts: 341
posted
0
Most Java tools to develop web services are free for development. Try weblogic workshop or IBM WSAD. They are both free for development. Axis is my number one choice but you do not like it for some reason. If you use a vendor tool, it will come with tons of doc and tutorials to help you go through step by step process of developing web services. You may also want to try IBM red books on web services.
JWSDP from sun can also be used to develop web services.
You did not specify whether you want to write a service or a client. If you want to write just client go to www.xmethods.net but I do not think it contains step by step procedure to write clients.