Connecting Tech Pros Worldwide Help | Site Map

I need to consume a .NET web service in a Python client

mohit
Guest
 
Posts: n/a
#1: Jan 12 '07
Hello,

I am a .NET developer experimenting with Python.
I need to consume a .NET web service in a Python client. how do I go
about it?
which libraries do i need?
pointers to help me get started would be much appreciated.
I am just a newbie to the Python world so please be bear with my novice
queries.

thanks in advance,
Mohit

Ravi Teja
Guest
 
Posts: n/a
#2: Jan 12 '07

re: I need to consume a .NET web service in a Python client



mohit wrote:
Quote:
Hello,
>
I am a .NET developer experimenting with Python.
I need to consume a .NET web service in a Python client. how do I go
about it?
which libraries do i need?
pointers to help me get started would be much appreciated.
I am just a newbie to the Python world so please be bear with my novice
queries.
>
thanks in advance,
Mohit

Start Here
http://www.diveintopython.org/soap_w...ces/index.html
Example Client
http://www.diveintopython.org/soap_w...rst_steps.html

Ravi Teja

Simon Brunning
Guest
 
Posts: n/a
#3: Jan 12 '07

re: I need to consume a .NET web service in a Python client


On 12 Jan 2007 11:11:21 -0800, Ravi Teja <webraviteja@gmail.comwrote:Sadly, SOAPpy doesn't seem to be maintained any more. I'd take a look
at ZSI, instead.

<http://tinyurl.com/ylas4k>

--
Cheers,
Simon B
simon@brunningonline.net
Closed Thread