RE: On WSDL "operation"

Mark:

> Do I expect that it means that the response includes the result of the
> "foo" operation being invoked?  Or do I expect that it means that the
> string was printed, or is flashing on a screen someplace?

This has an application specific meaning, and so cannot define it at this
level. WSDL is a language for defining message exchanges that a service will
particate in, nothing more, nothing less. If you need to add additional
semantics to the exchange of those messages, then that's for the application
(or more likely some application-level framework) to deal with.

To paraphrase, "The first thing you need to understand is that there is no
operation."

Jim

Received on Monday, 29 September 2003 05:10:31 UTC