hi I created a axis2 ADB client from a wsdl and the serice needs username and password. I have an example already running that is not using Axis and its implementing a class extending javax.xml.ws.handler.soap.SOAPHandler and by annotation and handlerchain xml files and magic it adds the soaphandler and sets the username/password correct. just... I would like it to be axis2. So how do I add this soaphandler - not using annotations/xmlfiles but programmaticly? I have my ServiceStub extends org.apache.axis2.client.Stub but I dont really see how to go further. I fear im mixing things up here.