Web services are xml-based. That xml is either SOAP-based, or REST-based. REST will allow you to have POX, or plain old xml. If you want to use plain text then SOAP is not for you. (You could create an xml doc that has just one root element for a large set of free-flowing text, but that defeats the purpose of structuring your data using xml). _____
From: Nima Khajehnouri [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 2:43 PM To: [email protected] Subject: return plain text instead of XML in Axis Hi, Axis is a wonderful piece of work. But, does anybody know if it is possible to return back plain text instead of XML formatted output? WSDL only defines XML output if I am not mistaking. Thanks, Nima
