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.
