[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

user:ptacek:wsdl [2006/06/22 13:29] (current)
Line 1: Line 1:
 +====== WSDL ======
  
 +Web Services Description Language
 +
 +<code>
 +<definitions>
 +   <types>
 +      definition of types........
 +   </types>
 +
 +   <message>
 +      definition of a message.... co bude litat po drate - requesty, odpovedi, chyby ...
 +   </message>                     abstraktni popis
 +
 +   <portType>
 +      definition of a port....... ktere message patri do logicky jednotek - procedur?
 +   </portType>                    abstraktni popis
 +
 +   <binding>
 +      definition of a binding.... konkretni parametry messagi - transport, encoding
 +   </binding>
 +
 +   <service>
 +                             .... libraries, mnoziny pribuznych portu a jejich url
 +   </service>
 +</definitions>
 +</code>

[ Back to the navigation ] [ Back to the content ]