About the Calc.wsdl File (Windows CE 5.0)
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.
See Also
SOAP Application Development | About the Calc.wsml File
Send Feedback on this topic to the authors