Web Services Description Language (WSDL) is an XML based language that is
used to describe and locate web services. WSDL is an XML document. The current
version of the WSDL specification is 2.0. A WSDL document uses elements like
portType, message, types, binding.
The structure of a WSDL document looks like:
| <definitions> <types> definition of types........ </types> <message> definition of a message.... </message> <portType> definition of a port....... </portType> <binding> definition of a binding.... </binding> </definitions> |
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: WSDL
Post your Comment