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

Ravi Teja webraviteja at gmail.com
Fri Jan 12 14:11:21 EST 2007


mohit wrote:
> 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_web_services/index.html
Example Client
http://www.diveintopython.org/soap_web_services/first_steps.html

Ravi Teja




More information about the Python-list mailing list