WSDL import postman 8.7.0 Error while importing WSDL: Cannot convert undefined or null to object

I get the error message “Error while importing WSDL: Cannot convert undefined or null to object” importing a WSDL file (that I use with no problem in python with soap and zuds).

Unfortunately there’s not a line number to try to figure out what might need to be addressed. Does anyone know what library is being used to parse the wsdl file or if there might be some deeper log file that may tell me the line number?

1 Like

Hello,

I have the same issue.
If you go to “View” → “Developer” → “View Logs in Explorer” and open the file “renderer-requester.log” you will find the errors linked to the failed WSDL file import.
Actually I couldn’t find the line number there as well, but it is a more detailed log than the popup containing the error message.

PS: I am using Postman 8.8.0

Thanks @emanuele.ravizzotti !