• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tutorials on web services

 
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Can anyone tell me where can i get some good reading material on webservices.

Thanks in advance.

Regards,
Harry
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This thread will help you
https://coderanch.com/t/220976/Web-Services/java/Tutorials-Web-Services
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try this:
http://java.sun.com/webservices/docs/1.3/tutorial/doc/index.html
Hope it can help you.
 
Ranch Hand
Posts: 241
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
in Sun�s site there are a lot of good articles that you can try.
http://java.sun.com/developer/technicalArticles/WebServices/
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are a lot of good free tutorials and articles on web services at IBM Web services developerWorks page :
http://www-136.ibm.com/developerworks/webservices/ .

It might be also useful to read IBM Web services redbooks:
http://publib-b.boulder.ibm.com/cgi-bin/searchsite.cgi?query=web%20services

These are very valuable sources though they are oriented to IBM's Web serviced implementations
[ June 16, 2004: Message edited by: Kostya Razumovsky ]
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Link to WS @M $

http://msdn.microsoft.com/webservices/understanding/webservicebasics/default.aspx

[ June 16, 2004: Message edited by: Pradeep Bhat ]
 
Kostya Razumovsky
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First of all you should decide which implementation you will use to develop web services. E.g. if you use Axis http://ws.apache.org/axis/ to create your Web services it's natural to use Axis tutorial for Web services. The same is with IBM, Microsoft, etc. implementations.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic