Re: Accessing a soapsession service with Python

2011-09-17 Thread Amila Suriarachchi
The way axis2 handles soapsession is specific to the Axis2. so it won't work with any other client. thanks, Amila. On Fri, Sep 16, 2011 at 8:27 PM, Barry Hathaway wrote: > I just finished developing a POJO-based web service that operates with > scope=soapsession. > It works just fine when access

Accessing a soapsession service with Python

2011-09-16 Thread Barry Hathaway
I just finished developing a POJO-based web service that operates with scope=soapsession. It works just fine when accessing via a Java client. Now a particular user wants to access it using Python. What client is preferred (soappy, suds, etc)? How do you go about setting up the session (sett