[AXIOM] Uncomment an OMElement

2006-12-20 Thread Jean-Michel PATER
Hi all, I would like to edit an XML file and uncomment an element. For this I used the following code : OMNode child = elt.getFirstOMChild(); while(child != null) { if(child instanceof OMComment) { OMCom

[Axis2] HowTo access Implementation class properties

2006-06-13 Thread Jean-Michel PATER
Hi, I'm using Axis2-1.0 and I'd like to do something which was available in axis 1.x. In axis 1.x, you could do : MyServiceLocator serviceLocator = new MyServiceLocator() ; MyService myService = serviceLocator.getmyservice(); And then, you can access the implementation class properties an