I just finished developing a POJO-based web service that operates in
session scope.
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 (setting the SESSION_MAINTAIN_PROPERTY)? Thanks.
Barry Hathaway