This note is an appendix to the paper http://snrc.stanford.edu/~petrie/fx-agents/xserv/icpaper/

[Appendix A] : Critique of WSDL as a Language Definition

The WSDL format for describing services is based on a notion of simple services. A simple service takes one request (data), transforms it in some (useful) way, and returns one output (data) - or a statement of error, is otherwise stateless, and has no public side effects.
SimpServ ={ Input <data>, Output <data>}

The primary deficiencies of this format as a language are:

1 http://www.w3.org/TR/wsdl#_wsdl


© 2002 Charles J. Petrie, Jr., Ph.D.
<petrie@stanford.edu>