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.

Comments

Popular posts from this blog

defining functions clojure

Integrating Struts2 with Spring Security using Custom Login Form