A message service would be the correct approach. See samples/message which is documented in the users guide: http://ws.apache.org/axis/java/user-guide.html
If you look under the hood, you will also see that the AdminService is a message style service that accepts and returns XML. /Chris http://cvs.apache.org/~haddadc -----Original Message----- From: Hainer Neil [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 4:30 PM To: [EMAIL PROTECTED] Subject: Helping send XML files Hi, I want to send XML files to my AXIS service and have it return XML files to the client. What is the correct way of going about this? TIA, Neil