Share via


About the Calc.wsdl File

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

Concepts

SOAP Application Development
About the Calc.wsml File