How to return arbitrary XML Document using an Eclipse/AXIS2 POJO Service
问题 How can I return an arbitrary XML document using an Eclipse/AXIS2 POJO Service? For full background details, see this question: Java Web Service returns string with > and < instead of > and < To deploy the web service, I have a dynamic web project with a class that defines the interface of my service. The method I am concerned with returns a String type. To create and deploy the web service I right click on the class (contained in the dynamic web project) and select create web service, here I