WSDL File

WSIF makes use of WSDL to describe a service as a network endpoint that both acts on and produces messages. Services are characterized abstractly (that is, independent of language, transport, or protocol) and concretely (which incorporates specific bindings to all of these). Ariba, IBM, and Microsoft introduced WSDL in late 2000, and the current version, 1.1, is quite lucidly specified in a W3C note. WSDL, a fascinating and powerful technology, is the topic of Chapter 11 in this book. It is highly recommended that you review this chapter if you are unfamiliar with WSDL.

Listing 19.6 shows the abstract definition of the Java implementation of the TimeServer. The port type element aggregates operations, which are groupings of functionally ...

Get Java™ Web Services Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.