Writing python SOAP client

A

Alvin A. Delagon

Hello python programmers! I would like to add myself to the ever
increasing number of python users. Here's my first question. I've
written two SOAP clients using PERL and a PHP. I tried to wirte a new
SOAP client using python but I'm having problems. First, I can't seem to
find a good documentation of the SOAPpy module. Second, I found a code
snippet of a python SOAP client but it was designed only to use the
SOAPproxy function. How can I create a python SOAP client given these
parameters:

URI: urn:ECASHWS
HOST: https://hostname/cgi-bin/server.cgi

Here's the PERL snippet that I'm trying to convert into a pythinic language:

my $login = SOAP::Lite
-> uri ($URL)
-> proxy ($host)
-> login($uname, $epwd);
my $result = $login
->result;

Help will be greatly appreciated. Thank you in advance and more power to
python programmers!
 

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,995
Messages
2,570,236
Members
46,825
Latest member
VernonQuy6

Latest Threads

Top