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
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

WebService!!

 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,
Can anybody explain me in detail what WebService is? Any suggested book for that...
Regards
Nayan.
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
A Web Service is business logic accessed via standard Internet Protocols such as HTTP, SOAP, and WSDL. There is really nothing magical about them and the concept is plain ole RPC but it is just happening to catch on this time. Since a Web Service is accessible over standard protocols they can be used to integrate between disparate environments. In other words a Java Web Service can be accessed by a .Net Client and vica versa.
I suggest getting a copy of Java Web Services by Dave Chappell(Sonic MQ) and Tyler Jewell(BEA).
[ December 27, 2002: Message edited by: Chris Mathews ]
 
Chris Mathews
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
BTW, I noticed that you posted this same question in the Web Services/SOAP Forum. In the future please avoid from cross-posting. Many of us here read multiple forums and it is annoying to see duplicate posts.
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Closing the duplicate thread...please refer to Webservices/SOAP forum for the original thread.
 
Morning came much too soon and it brought along a friend named Margarita Hangover, and a tiny ad.
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
    Bookmark Topic Watch Topic
  • New Topic