WSO2 XML Declaration
问题 I'm using WSO2 ESB 4.0.3 to deploy a simple service. I have a service returning the following XML: <Employees> <Employee> <EmployeeID>JOHNDOE1</EmployeeID> <FirstName>JOHN</FirstName> <LastName>DOE</LastName> </Employee> <Status>1</Status> </Employees> The problem I'm having is that there is no XML declaration. Is there a setting that will return the response with the XML declaration included, or do I need to use the ESB response to add it? I was hoping for something like: <?xml version="1.0"