first of all I know there is similar question but it has more than 11 years so it's not quite new.
I am trying to create mock webservice from WSDL (+xsd) file, but I cannot find any solution in python frameworks for it. I was trying to create Zeep client, but it dosen't support server side, only mocking requests provided in code. I was also trying to create SOAP server by spyne, but this on the other hand dosen't provide support for WSDL files. For it I was trying to find library which could translate WSDL file into compatible class but I wasn't able to find one.
Does anyone know framework/library which could help me with this? Either allowing to create webservice from wsdl as server(on localhost), or at least translate WSDL into class comptaible with Spyne.