 |
 |
| Data Center Tips: |
|
 |
 |

SYSTEMS MANAGEMENT TIPS
Web service technologies primer
Wayne Kernochan, Contributor 07.19.2006
Rating: -3.75- (out of 5)




|
A Web service is a self-describing component (large-scale piece of code) that can discover and communicate with other components using Web-based communications in a standardized way. A Web service consumer can invoke a Web service provider; a Web service provider can respond to a Web service consumer. An environment in which all applications are Web services providers and consumers is called a SOA (service oriented architecture).
Key foundational Web service technologies:
Describe a web service provider, using Web Services Definition Language, or a WSDL.
Publish and locate a Web service provider by storing WSDL information in a directory, which can be accessed using Universal Data Description Interface, or a UDDI.
Communicate between Web services using SOAP (Simple Object Access Protocol), which is built on the XML (eXtended Messaging Language) messaging protocol.
More specifically, in order to communicate with a Web service, an application will add Web service consumer code. This code first optionally "locates" the Web service in the directory or registry using UDDI, then sends a SOAP communication to invoke the Web service. The Web service receives the invocation via a Web service provider interface, and returns the results of the invocation to the calling application via the provider interface and SOAP.
Access to a Web service can be dynamic. In other words, at any time a calling application can do a scan of all applications on the Internet, identify yours are one it wants to invoke by scanning your UDDI directory, and then invoke the Web service by following the instructions in the directory. So, in many cases, application interfaces are no longer "hard-wired"; the security guru for an organization can no longer assume that only a small list of applications that have proven trustworthy in the past will invoke mainframe software.
Second, the organization can attach as much software as it likes to the Web service provider interface (and directory) -- security code, personalization code, business compliance code, and so on. A corporation that wishes can now require all Web services to offer the same Web service security code, and that security will apply semi-automatically to all applications in an SOA.
About the author:Kernochan is president of Infostructure Associates.
 |

|
Rate this Tip
|
To rate tips, you must be a member of SearchDataCenter.com. Register now
to start rating these tips. Log in if you are already a member.
|


');
// -->
DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.
|
 |
|
|
 |
|
 |
 |
 |
 |
| TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of . |
|
| |
All Rights Reserved, , TechTarget |
|
|
|
|
|