I am currently logging the XML generated by AXIS2 client code in my DB. Now i need to resend that XML request from the log. I have the XML Content that will come inside "SOAPBody" tag.
I have tried to using BeanUtil deserialize method. and even Axis2 object.factory.parse method, both do not work.