Appreciate anyone could point me to a nice tutorial of using XMLObject from org.apache.xmlbeans. I have been doing axis2 which gives me a response of XMLObject. However, I can't get to the getTextContent().
After googling for hours, I realise I maybe need to convert the XMLObject back to ArrayList or something like that.