Open ninigij opened 5 years ago
I'm having the exact same error with this WSDL file, and I've no idea what the error means. The file itself seems to be valid, at least per some validators I've found:
http://desarrollo.urbano.com.ar/webservice/?wsdl
Have you managed to get this working somehow?
It is still relevant
Hi, I'm trying to write a Powerschool API and I'm getting this error:
As you can see from the code, I've tried turning strict mode off and using every setting available to get it working. Despite turning off strict mode and requesting the raw XML response, it still tries parsing it then complains.
This exact same error has happened with two different schools' Powerschool SOAP APIs. The WSDL is here. Use 'pearson' as the username and 'm0bApP5' for the password (this is the default credentials, I'm not exposing anything that isn't publicly available). I'm using the latest zeep version. Thanks!