JavaScript Menu by Deluxe-Menu.com
Mastering the Web channel
mastering the web
 Best Viewed with Internet Explorer 7 

Web Services

Level
Int
Intermediate

Web service is defined by the W3C as "a software system designed to support interoperable machine-to-machine interaction over a network". Web services are frequently just Web application programming interfaces (API) that can be accessed over a network, such as the Internet, and executed on a remote system hosting the requested services.
Click image for a QuickTest web-service demonstration:

What are Web Services?

Web services are application components
Web services communicate using open protocols
Web services are self-contained and self-describing
Web services can be discovered using UDDI
Web services can be used by other applications
XML is the basis for Web services

How Does it Work?

XML provides a language which can be used between different platforms and programming languages and still express complex messages and functions. The HTTP protocol is the most used Internet protocol. Web services platform elements are :
SOAP (Simple Object Access Protocol)
UDDI (Universal Description, Discovery and Integration)
WSDL (Web Services Description Language)

Interoperability has Highest Priority

When all major platforms could access the Web using Web browsers, different platforms could interact. For these platforms to work together, Web-applications were developed. Web-applications are simple applications that run on the web. These are built around the Web browser standards and can be used by any browser on any platform.

Web Services take Web-applications to the Next Level

By using Web services, your application can publish its function or message to the rest of the world. Web services use XML to code and to decode data, and SOAP to transport it (using open protocols).

What is SOAP?

SOAP is an XML-based protocol to let applications exchange information over HTTP, or more simple: SOAP is a protocol for accessing a Web Service.
SOAP stands for Simple Object Access Protocol
SOAP is a communication protocol
SOAP is a format for sending messages
SOAP is designed to communicate via Internet
SOAP is platform independent
SOAP is language independent
SOAP is based on XML
SOAP is simple and extensible
SOAP allows you to get around firewalls
is a W3C standard

What is WSDL?

WSDL is an XML-based language for locating and describing Web services.
WSDL stands for Web Services Description Language
WSDL is based on XML
WSDL is used to describe Web services
WSDL is used to locate Web services
WSDL is a W3C standard

What is UDDI?

UDDI is a directory service where companies can register and search for Web services.
UDDI stands for Universal Description, Discovery and Integration
UDDI is a directory for storing information about web services
UDDI is a directory of web service interfaces described by WSDL
UDDI communicates via SOAP
UDDI is built into the Microsoft .NET platform

Discussed Automation Topics

  • Defining Web Service Test Settings.
  • Defining Web Service Test Options.
  • Considerations for Working with the Web Services Add-in.
  • Specify WSDL for Scanning Screen.
  • Understand WSDL general structure.
  • Select Service Port and Operations.
  • installing ws-i testing tool.
  • Checking WSDL Meets WS-I Standards.
  • Handling simple web-services.
  • Handling complex web-services.
  • Testing Web Services using static data.
  • Parameterizing XML checkpoints.
  • Parameterizing Web Services.
  • Understand SOAP Response.
  • Testing Web Services using dynamic data.
  • Negative Testing of web services.