From: Anurag C. <anu...@gm...> - 2015-01-10 23:45:07
|
All, I am trying to convert my WSDL using wsdl2py . . . . The WSDL is at http://dpaste.com/09DX4VR The conversion fails with this error. Traceback (most recent call last): File "C:\Python27\Scripts\wsdl2py", line 119, in <module> main() File "C:\Python27\Scripts\wsdl2py", line 114, in main wsm.write(schemaOnly) File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 199, in write self.write_service_types(f_types, fd) File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 240, in write_service_types self.write_dependent_schema(schema, fd) File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 319, in write_dependent_schema sd.fromWsdl(schema, alternateWriter) File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 961, in fromWsdl self.generate(schema.getTypesDict(), alternateWriter) File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 990, in generate tw.fromType(tp, ref) File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 1074, in fromType self._fromComplexType(tp) File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 1282, in _fromComplexType typecodelist += self._complexTypeAllOrSequence(tp, mg) File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 1520, in _complexTypeAllOrSequence % (e.__class__) ZSI.wsdl2python.WsdlGeneratorError: instance ZSI.wsdlInterface.ZSIElementReferenceAdapter not handled Could someone please help me overcome this error? Regards, Guddu |