First page Back Continue Last page Graphics
...What is WSDL?
Particularly useful in cases where the interface to a service changes frequently
- Clients are given the new WSDL
- See changes
- Adapt themselves “on the fly” to the new interface
UDDI is typical means used to get WSDL
Notes:
WSDL is particularly useful in cases where the interface to a service changes frequently. Clients of this Web Service can then be given the new WSDL to be informed of the changes and adapt themselves on the fly to the new interface
So far we have described WSDL and talked about the advantages of using it but we have not mentioned how to get it. This is typically done using UDDI which is the subject of our next topic