Some of the different tags in WSDL xml are:
xsd:importnamespace andschemaLocation: provides WSDL URL and unique namespace for web service.message: for method argumentspart: for method argument name and typeportType: service name, there can be multiple services in a wsdl document.operation: contains method namesoap:addressfor endpoint URL.