Version 8.4.0 " import WSDL specification"

@abhijitkane1 I can reliably reproduce what I explained with the original poster’s link: www.learnwebservices.com/services/hello?WSDL

  1. Download the file
  2. Import in Postman
  3. See error: Error while importing WSDL: Cannot read property '@_targetNamespace' of undefined
  4. Open the file, and replace any occurance of wsdl:types with types
  5. Import the file again
  6. “Successfully” imported the WSDL (although, missing types)

I am using Postman v8.5.1