What if you're using classes autogenerated by WSDL2Java? Can XML output be altered by setting some aspect of the Call class? (or some object accessible from the Call class)
-----Original Message----- From: Steve Loughran [mailto:steve_l@;iseran.com] Sent: Tuesday, October 29, 2002 13:52 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Altering the XML ----- Original Message ----- From: "Robin Berjon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 9:31 AM Subject: Altering the XML > Hi, > > I asked a similar question a few days ago, but apparently it might have > been a touch too hard to parse or answer. I'll try to restate it in the > simplest way: > > - if I want to change the XML that Axis will output, where in Axis do > I look? > and > - if I want to change the way in which the XML that Axis receives is > read, where in Axis do I look? > > Thanks in advance for your answers, if this is not the list to ask > questions relating to programming with Axis I'd be happy to take my > question to another place. I'd start with AxisServlet, which is where things come in and out (over http), and then follow it down from there
