• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Sample Webservices application

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I need a sample (Hello world type) aplication implemented using Webservices. Does anyone know of any good site that can give me the sample?
What are the installations I will need for developing and runnig such an aplication?
 
Ranch Hand
Posts: 539
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All WS toolkits come with example applications (I think)...so download the toolkit of your choice, and check its documentation.

Apache Axis is a common starting point. Sun's JWSDP comes with extensive samples, as does BEA Weblogic. I imagine other toolkits do too, but my experience is limited to these three.

Note that you don't really get web services example applications without any toolkit because any application depends on a particular kit - a WS toolkit written using Axis will work only with Axis, for example.


-Tim
 
reply
    Bookmark Topic Watch Topic
  • New Topic