wsdl2java creates a class that implements Service and allows you to retrieve a stub that extends org.apache.axis.client.Stub and implements java.rmi.Remote to send Call objects.
Can this Service/Stub be kept in memory and reused for multiple calls? (so that calls to the stub can be made repeatedly w/o worrying about Connections to the server) -a