SOAP client

M

mk

Hi,

I'm trying to consume a SOAP web 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 live SOAP library for Python? I'm sort of surprised that a
common standard like SOAP is not more actively supported in Python.
I'm probably missing something?

Thanks,
m
 
R

Robin

Hi,

I'm trying to consume a SOAP web 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 live SOAP library for Python?  I'm sort of surprised that a
common standard like SOAP is 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top