I tried importing my own wsdl, but a popover error appeared saying: “Error while importing WSDL: Can not get port type from object”. This error is not that descriptive, as there are portTypes defined in the wsdl. Which object? Why can’t I read back the error in case I missed the alert that disappears after a while?
I am unexperienced with WSDLs, but in my case I have narrowed it down to having something to do with with namespaces.
In my WSDL, when the types tag has a namespace <wsdl:types>...</wsdl:types>, Postman crashes with the error Cannot read property ‘@_targetNamespace’ of undefined.
Removing the namespace from <wsdl:types> → <types> imports the WSDL, but types do not work. Same result if the tag is just deleted.
Unfortunately I cannot share the WSDL I am working with.
Seems like file you mentioned has namespace defined as xsd meanwhile the usage in <types> is using xs prefix. We are working on fix for this and it will be fixed soon, meanwhile you can make this change of using same prefix in file and it should work.
Can you share WSDL definition or sample file? Also make sure that you are using latest app as older version will not support WSDL imports and will throw similar error.