Library tutorials & articles
Building a Web Service - The Beginning
- Introduction
- What is a Web Service?
- SOAP
- UDDI
- WSDL
- XML
Introduction
Last year, American corporations spent over $4 billion integrating heterogeneous applications (otherwise known as Enterprise Application Integration or EAI). Why? Because one of the best ways to squeeze more profits out of a company is to reduce the costs of doing business. Among the many other possibilities of boosting the bottom line(some of which have now been identified as illegal) is finding ways to streamline the flow of information through the corporation.
But what does that salute to business motherhood and apple pie have to do with web services? Because the pressure to lower costs is the reason that almost every developer should pay attention to the innovations and standards that are at play in the web services arena. Even with all of the hype surrounding the technology, it seems likely that web services will play a large role in EAI for the next few years at least. It is for this reason that we're creating this series of articles. Our goal is to walk developers through the process of designing and implementing a commercial-grade web service.
To make sure that we're starting on the same page, the rest of this article
will focus on some definitions. If you're already familiar with XML, SOAP, WSDL
and UDDI, feel free to skip to the next article. Otherwise, read on to learn
about the alphabet soup that surrounds web services
Related articles
Related discussion
-
Error Capture
by Slicksim (4 replies)
-
MOS Protocol - Anyone used it?
by alexnavarro38 (5 replies)
-
AJAX: SimpleWebServices is not defined
by Freon22 (2 replies)
-
Read HSQLDB data into a webpage
by joe90 (3 replies)
-
Dynamically Named Web Services
by dgiard (0 replies)
Related podcasts
-
Java Posse #202 - Newscast for Aug 22nd 2008
Newcast for August 22nd, 2008Fully formatted shownotes can always be found at http://javaposse.com Sadly, Java does not run on the Mars LanderThe Golden Gate Project http://research.sun.com/projects/goldengate/Space surveillance radar http://www.sun.com/aboutsun/pr/2008-04/sunflash Google has r...
Hi everyone, i'm doing a project for job seekers, I don't know much on Java server pages, can anyone provide some support to me by sending me useful links of sample codes. Have great work loads.Thanks, Regards Nilz![Smiley Face [:)]](/emoticons/emotion-1a.gif)
It is very nice. I feel like I got what I needed, just introduction on Webservices.
Adding some more examples will do much better.
The second part to this article will be published in a few days
Very good intro but I am now left wanting more, a link to an example would have been good.
This thread is for discussions of Building a Web Service - The Beginning.