On Feb 11, 11:20 am, Robin <robi...@gmail.com> wrote: > On Feb 11, 3:33 pm, mk <mes...@gmail.com> wrote: > > > Hi, > > > I'm trying to consume aSOAPweb service using Python. So far I have > > found two libraries: SOAPpy and ZSI. Both of them rely on PyXML which > > is no longer maintained (and there is no build for 64bit Windows and > > the setup.py doesn't seem to know how to build it on Windows). Is > > there a liveSOAPlibrary for Python? I'm sort of surprised that a > > common standard likeSOAPis not more actively supported in Python. > > I'm probably missing something? > > > Thanks, > > m > > For consuming services, I've found suds to be the best > client:https://fedorahosted.org/suds/ > > For creating them, I've been using soaplib:http://trac.optio.webfactional.com/ > > HTH, > > Robin
Yes, thank you, Suds worked for me. Kind of weird how it is not in the google results for obvious searches. -- http://mail.python.org/mailman/listinfo/python-list