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
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
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.