Need help on Soappy

Shanmuga Rajan m.shanmugarajan at gmail.com
Thu May 22 03:11:18 EDT 2008


I am developing a application using webservices. I am using Soappy.
When  i tried to start reading some wsdl files from web service server then
i got the following error. Can any one please help me with this.


>>>
>>>
>>> from SOAPpy import WSDL
>>> wsdlFile = 'http://192.168.1.81/sdk/vim.wsdl'
>>> server = WSDL.Proxy(wsdlFile)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/SOAPpy/WSDL.py", line 73, in
__init__
    service = self.wsdl.services[0]
  File "/usr/lib/python2.4/site-packages/SOAPpy/wstools/Utility.py", line
1138, in __getitem__
    return self.list[key]
IndexError: list index out of range
>>>


Advance Thanks for any help.
-- 

Cheers!
Shan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080522/cabecb15/attachment.html>


More information about the Python-list mailing list