Hi ,
in my service class I want to use a connectionpool class and a database class. I want to create only one instance of the connectionpool class which I want to use for parallel request.does axis instantiate only one instance of the myserviecSoapBindingImpl? or does axis instantiate for every subsequent request an instance of myserviceSoapBindingImpl? where do I have to put the connectionpool object ? in myserviceSoapBindImpl? Thanks for any help Mohammed