[Fedora-suds-list] suds.transport.TransportError: HTTP Error 405: HTTP method GET is not supported by this URL

Bryan J. Maupin bmaupin at uta.edu
Thu Jun 17 13:27:15 UTC 2010


Any ideas/suggestions?

$ python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> from suds.client import Client
 >>> url = 'https://inWebServices.mir3.com/services/v1.2/mir3'
 >>> client = Client(url)
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File 
"/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/client.py", 
line 111, in __init__
     self.wsdl = reader.open(url)
   File 
"/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/reader.py", 
line 136, in open
     d = self.fn(url, self.options)
   File 
"/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/wsdl.py", 
line 136, in __init__
     d = reader.open(url)
   File 
"/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/reader.py", 
line 73, in open
     d = self.download(url)
   File 
"/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/reader.py", 
line 88, in download
     fp = self.options.transport.open(Request(url))
   File 
"/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/transport/https.py", 
line 60, in open
     return  HttpTransport.open(self, request)
   File 
"/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/transport/http.py", 
line 64, in open
     raise TransportError(str(e), e.code, e.fp)
suds.transport.TransportError: HTTP Error 405: HTTP method GET is not 
supported by this URL
 >>>

Bryan Maupin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/suds/attachments/20100617/5a276ca3/attachment.html 


More information about the suds mailing list