Guys,

 

Quick Question:

 

In Axis 1.1, if I was in a server handler, and I wanted access to the SOAP service that I was working on behalf of, I could do

 

SOAPService ss = msgContext.getService();

 

Then, I could look at the options set in that service.

 

Looking at Axis 1.2alpha (and I’m not sure about later versions), the getService() method returns null.

 

Do you know a workaround? I would like to look at parameters on the target service..

 

Thanks,

 

Kevin T. Smith

Reply via email to