Re: [BangPypers] Writing a Python Client to access a web service.

2008-06-03 Thread Vinayak Hegde
On Tue, Jun 3, 2008 at 2:37 PM, Heshan Suriyaarachchi <[EMAIL PROTECTED]> wrote: > Hi, > I have written a web service and have deployed it using Apache Axis2. > What I want to do is to invoke this service using a python script. Can > anyone point me in the direction of how to do this. I will be

Re: [BangPypers] Writing a Python Client to access a web service.

2008-06-03 Thread Anand Balachandran Pillai
http://pywebsvcs.sourceforge.net/ You need SOAPpy for accessing a SOAP based web-service. --Anand On Tue, Jun 3, 2008 at 2:37 PM, Heshan Suriyaarachchi <[EMAIL PROTECTED]> wrote: > Hi, > I have written a web service and have deployed it using Apache Axis2. > What I want to do is to invoke th

[BangPypers] Writing a Python Client to access a web service.

2008-06-03 Thread Heshan Suriyaarachchi
Hi, I have written a web service and have deployed it using Apache Axis2. What I want to do is to invoke this service using a python script. Can anyone point me in the direction of how to do this. I will be grateful If anyone can give me a web reference to a code sample.I can do this with java.