WSDL (Web Service Description Language)
WSDL (Web Service Description Language) It contains description of Webservice, it tells you what the webservice can do. we have four parts of WSDL:- (i) Data Definition (ii) Operation Details (iii) Transport Protocol Details (iv) Address Details (i) Data Definition :- It contain a request and response and temporary XSD details. (ii) Operation Details :- It contain a name of the operation, what is input, what is output and fault. (iii) Transport Protocol Details:- It contain a HTTP and SOAP details. (iv) Address Details:- It contain a End point URI and URL. Definition is the root element of WSDL. Wsdl contains multiple blocks Type block, Message block, Port Type block. Type Block <Types> <Schema> ------------ ------------ </Schema> </Types> <Types> <Schema> __________ __________ </Schema> <Schema> ...