HOME
BLOG
SHOPPING
 
CATEGORIES
 
Business Technology
RFID
 
Comms Technology
Telco Data
Digital Convergence
Telco Path To Profitability
Network Technology
IP Layering
Cloud Computing
Convergence
IP Infrastructure
Intro To Voice Over IP
Telecoms Whitepapers
Telecoms Index
WiMax
 
Telco Profiles
New Zealand
Australia
 
Mobile Networks
Mobile Applications
Mobile OS
Mobile Advertising
Mobile Video
 
Media
Digital Interactive Media
Digital Music Downloads
Top10 Video Sharing Sites
Mobile Media Broadcast
Mobile Media Industry
 
Web Technologies
Web 2.0
Web 3.0 Semantic
Web 3 Collaboration
Web 4.0 Quality Content
Web - X
Mashups
SOA - Web Services
VoIP in Business
Web 2.0 Enterprises
 
Virtualization
Intro To Virtualization
Planning
Server Virtualization
Platform Virtualization
App. Virtualization
OS Virtualization
Virtual Desktop [VDI]
Microsoft Hyper-V
VMWare VDI
 
On-Demand / SaaS
About SaaS
Selling SaaS
SaaS Channel Models
SaaS Sales Models
Billing SaaS
 
Electricity
Smart Power
Inductive Power Transfer
 
Electronic Payment
E-Payment Systems
E-Payment Directory
Mobile Payment Systems
 
Other
Personal Technology
Oyco Comms Portals
Convergence Marketing
Home Technology
Car Technology
Boat Technology
 
NEWS UPDATES
Media Technology
Telco Industry Updates
News Index
 
OTHER RESOURCES
Convergence Search
Social Media Podcasts
Events
Sitemap
PROJECT LOGIN
 

Developing Web Services Using XML Standards


Using XML-based open standards requires:

  • Web Services Description Language [WSDL],
  • Simple Object Access Protocol [SOAP]
  • Universal Description, Discovery, and Integration [UDDI]

These standards are used to define, publish, and use web services. Alternatively, web services can be developed in the J2EE 1.4 platform.

Web Services are based on HTML + XML, then expanded using languages such as:

  • SOAP - Simple Object Access Protocol
  • UDDI - Universal Description, Discovery and Integration
  • WSDL - Web Services Description Language

HTTP is the standard web [Internet] protocol.

XML provides a common language interface between different platforms and programming languages.

The Web Services platform is a simple, interoperable, messaging framework. Important features such as security and routing still need further development, but standards are developing, to make communication between applications easier than ever before.

 

How Web Services Developed

The first step towards web services, was being able to access standard client-server applications using Web browsers.

XML further enhanced this access to allow different platforms to interact. This lead to the development of web applications.

Web services took web applications to the next level. It allowed applications can publish functions and messages to the rest of the world.

Web services use:

  • XML - to code and decode your data, and
  • SOAP - to transport data using open protocols.

Also See:

 

Back To Top