What are the different elements of WSDL documents?

Technology CommunityCategory: SOAWhat are the different elements of WSDL documents?
VietMX Staff asked 3 years ago

The different elements of WSDL document along with brief description is enlisted below

  • Types: This defines the message data types, which are in the form of XML schema, used by the web services.
  • Message: This defines the data elements for each operation where messages could be the entire document or an argument that is to be mapped.
  • Port Type: There are multiple services present in WSDL. Port type defines the collection of operations that can be performed for binding.
  • Binding: Determines and defines the protocol and data format for each port type.
  • Operations: This defines the operations performed for a message to process the message.