|
|
WSDL is an acronym for Web Services Definition Language. It provides a standards-based way of rigorously describing a Web service. For example, it is sufficiently well-defined that a computer program can take a wsdl description of a deployed Web service and automatically generate Java stubs and skeletons that can be used by a client program to interact with the deployed service.
|