What are different components of WSDL?

Technology CommunityCategory: SOAWhat are different components of WSDL?
VietMX Staff asked 3 years ago

Some of the different tags in WSDL xml are:

  • xsd:import namespace and schemaLocation: provides WSDL URL and unique namespace for web service.
  • message: for method arguments
  • part: for method argument name and type
  • portType: service name, there can be multiple services in a wsdl document.
  • operation: contains method name
  • soap:address for endpoint URL.