Hi, �I have succesfully deployed a web service using axis and registered a Handler to parse the Header data. After parsing I transform/process the data and would like to pass this (preferably setting a member variable in my Service class) to my web service method. Is there any way I can find the Service object reference from inside the handler? Or is there any other way to pass data from the Handler to the Service? Or is JNDI my only option?
Thanks Konstantinos
