What is Bindings in Webservice and types of Bindings
Bindings:Maps a webservice message to the protocol.
Types of Bindings:
SOAP bindings:Maps a webservice message to a SOAP service
Pure XML Bindings:sends a raw xml message
HTTP Bindings:Maps webservice message using a RESTFUL service.
Types of Bindings:
SOAP bindings:Maps a webservice message to a SOAP service
Pure XML Bindings:sends a raw xml message
HTTP Bindings:Maps webservice message using a RESTFUL service.
Comments
Post a Comment