About the Calc.wsdl File (Windows Embedded CE 6.0)
1/6/2010
In a Web Services Description Language (WSDL) file, there are five primary elements used in defining the network service. They appear in the following order:
- <types> element defines the various data types used in exchanging messages.
- <message> element describes the messages being communicated.
- <portType> element identifies a set of operations and the messages involved with each of those operations.
- <binding> element specifies the protocol details for various service operations and describes how to map the abstract content of these messages into a concrete format.
- <service> element groups a set of related ports together.