FYI ... I do not have to escape my xml string using 1.1. ------------------------------------ Harris Echternach Solutions Corporation Justin Echternach [EMAIL PROTECTED] tel: 813-963-1076 fax: 813-963-0268 mobile: 813-205-7849 ------------------------------------
-----Original Message----- From: Bill Keese [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 7:35 PM To: [email protected] Subject: Re: Escaping XML AFAIK, if you define a function like String foo(String s) Then Axis should handle escaping both the input and output string. You don't have to worry about anything. If it didn't work like that in 1.1, I guess it was just a bug. 1.2 has the correct behavior. Shawn Konopinsky wrote: >In Axis 1.1 I had to manually escape any XML data sent at a string in the >body of the SOAP message. Why is it that now in Axis 1.2 I no longer need to >escape that data (seems to be handled)? Is this correct? > >Best, >Shawn. > > > > >
