Dan, Thanks for the tip, getting closer! One thing I want to now have is for all the ">" symbols to be converted to ">" to mimic the behavior of the existing Web Service client (C# based).
Any thoughts on how I might do that? Sincerely, Adam dkulp wrote: > > Don't pre-escape it. Let the CXF runtime escape it. The runtime > doesn't know if a string that is being passed in is XML or just a > straight string. Thus, it will always escape any of the XML special > characters. You don't need to do it. > -- View this message in context: http://www.nabble.com/Q%3A-Issues-when-attempting-to-send-%22-gt%22.-Wind-up-with-%22-amp-gt-%22-tp16703395p16736921.html Sent from the cxf-user mailing list archive at Nabble.com.
