Menu

#281 SOAPpy/wstools/Utility.py List index out of range

open
nobody
wstools (22)
5
2009-09-14
2009-09-14
Cesar Felce
No

Hi experts,
trying to call a SAP R/3 Web service i found the following error:
File "ws.py", line 7, in <module>
server = WSDL.Proxy(wsdlFile)
File "/Library/Python/2.5/site-packages/SOAPpy/WSDL.py", line 73, in __init__
service = self.wsdl.services[0]
File "/Library/Python/2.5/site-packages/SOAPpy/wstools/Utility.py", line 1138, in __getitem__
return self.list[key]
IndexError: list index out of range

What can i do?

Regards,
Cesar Felce

Discussion


Log in to post a comment.