On Feb 11, 11:20 am, Robin wrote:
> On Feb 11, 3:33 pm, mk 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
On Wed, 11 Feb 2009 07:33:29 -0800, mk wrote:
> I'm trying to consume a SOAP web service using Python.
Suds (ibid) -- accept no substitute!
--
http://mail.python.org/mailman/listinfo/python-list
On Feb 11, 3:33 pm, mk wrote:
> 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 b
I believe that I have answered my own question. If anyone else is
interested in what I did ... using iPython's code completion (. then
hit tab tab) I noticed that msg had a _request attribute. I set that
attribute to "1" and that
sent the message that I needed!
Hope everyone has a great day!
D