• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Developing Web services

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Thank you my well lotioned goddess! Here, have my favorite tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic