We are moved to new domain
Click -> www.ehowtonow.com
Friday, 27 December 2013

SOAP Web service Introduction


In this tutorial we are going to see the introduction about SAOP web service.

SOAP – Simple Object Access Protocol is standard protocol specification for message exchange based on XML.  Web service as two component

  1. Client
  2. Service Provider

Communication between web service and client happens using XML message. The client must knows the following details to communicate with service provider.Service provider will create a standard XML file which will have all the information given below.

  1. Location of web service provider
  2. Functions available, signature and return types of function.
  3. Communication protocol.
  4. Input output formats

If this file (WSDL) is given to client then client can access the web service.

WSDL – Web Service Description Language

WSDL is a XML file, which is used to describe the details of web service such as how to implement web service, URI, port, method names, arguments, and data types. WSDL is XML so is both human readable and machine  consumable.WSDL used to call and bind the service.
WSDL for web service is published publicly so client can understand the nature of service and consume it accordingly.WSDL file contains following details

  1. Port/End point
  2. Input message format
  3. Output message format
  4. Security protocols need to be followed
  5. Which protocol the web service uses

Access the web service

You can access the web service in following ways

  1. WSDL file given to Client
  2. Service Provider register its WSDL to UDDI and Client can access the WSDL from UDDI

Shop and help us

Flipkart Offer Snapdeal offer Amazon.in offer Amazon.com offer
  • Blogger Comments
  • Facebook Comments
  • Disqus Comments

0 comments:

Post a Comment

Item Reviewed: SOAP Web service Introduction Rating: 5 Reviewed By: eHowToNow