Is there a SOAP module that can do this...?

Waldemar Osuch waldemar.osuch at gmail.com
Wed Sep 10 15:44:03 EDT 2008


On Sep 10, 1:23 pm, thebjorn <BjornSteinarFjeldPetter... at gmail.com>
wrote:
> I've been trying to use SOAPpy and ZSI (with and without the use of
> wsdl2py) to communicate with a SOAP server (looks like it's a WebLogic
> server(?) in front of some enterprise java bean) and not having much
> luck.  I got them to send me an example of what the bytes on the wire
> are supposed to look like (attached below), and I got it to "work" by
> going lo-tech:
>
If you are willing to go low tech you can try
http://effbot.org/downloads/#elementsoap

But before you do that try:
https://fedorahosted.org/suds
It is actively maintained and holds a lot of promise.
In my testing it knew how to connect to Sharepoint as well
as WebLogic exposed services.

Waldemar



More information about the Python-list mailing list