|
Thanks - this is a good start... Followup question for Those Who Know... The first solution is less desirable - I need something namespace-aware, and I'd prefer to keep things in code - the serialization I'm concerned about is actually happening in the guts of AXIS... Yah, I could probably further hack the wsdd, but... I like the idea of the second one, but I fear that I am missing something - I guess I don't understand where the quoting is happening given this fragment - the default (XMLFieldHandler) just passes back the raw (unescaped) string. If I use the below handler, I'm just passing back the raw string surrounded by CDATA escaping - shouldn't whatever was escaping it in the first place just escape the CDATA-augmented string (e.g. result in "<![CDATA[x<y]]>" rather than "<![CDATA[x<y]]>" . Thanks again, mik Jez Nicholson wrote:
--
-------------------------------------------------
If you wish to unsubscribe from this list, please
send an empty message to the following address:
[EMAIL PROTECTED]
-------------------------------------------------
|

