Offering regional and national programs, CIO (and CSO) events bring together some of the most respected names and thought leaders in information technology and security. Presented by CIOs and other senior level executives, these invitation-only programs offer timely topics and strong networking. Learn More »
Public Council Teleconference: Application Rationalization — Hidden Costs and Smart Decisions
November 17 at 11:00 am US/Eastern (GMT-5)
Join Honorio Padrón, of The Hackett Group, who will share the drivers for companies to tackle application rationalization and the results of research that define the hidden cost of complexity. Additionally, we will discuss key decision milestones—to start or not, holding the course steady and fulfilling expectations.
Virtual Desktop Cost-Benefit Analysis — Michael Jacobs, Catlin Group
The analysis contained in this presentation measures the cost of everything from the machines and licenses to the infrastructure for virtual vs. traditional desktop environments.
Honor your best senior team members - Apply for the CIO Ones to Watch Award
Get well-earned public recognition for your top up-and-coming team members, your IT organization and your enterprise. Award winners will be announced, publicized and feted in May 2010, great timing to help attract new IT recruits to your company.
Learn more about the CIO Executive Council »April 01, 2002 — CIO —
Web services relies on software standards. Here is a brief description of what each of the four major Web services standards does.
SOAP (simple object access protocol) Describes how one application dials up a Web service and asks it to perform a task and return an answer. SOAP makes it possible to use Web services for transactions?for example, checking inventory in real-time and placing an order.
UDDI (universal description, discovery and integration) A virtual yellow pages for Web services that lets software discover what Web services are available and how to hook up to them. Companies can maintain an internal UDDI registry to keep track of the Web services they have already built. Major software vendors are working together to develop a public UDDI registry that will enable companies to find each other’s Web services over the Internet.
WSDL (Web services description language) If UDDI is a virtual yellow pages, WSDL is the little blurb associated with each entry that describes what kind of work the Web service can do?for example, it can give you access to a database of ZIP codes.
XML (extensible markup language) A meta-language that lets programmers write their own tags to identify information on a webpage and put it into context (for data related to shoe size and color, for example).