I'm currently setting this string (which forms part of the WSSecurityHeader), however, when I try and use ">" I wind up with ">".
---snip--- <ppSoapHeader25><s:ppSoapHeader xmlns:s="http://url/SoapServices/SoapHeader" version="1.0"><s:lcid>1033</s:lcid>s:sitetoken>t:siteheader xmlns:t="http://url/SiteToken" id="253988" />/s:sitetoken>/s:ppSoapHeader></ppSoapHeader25> ---snip--- What I want the web service to see is ---snip--- <ppSoapHeader25><s:ppSoapHeader xmlns:s="http://url/SoapHeader" version="1.0"><s:lcid>1033</s:lcid><s:sitetoken><t:siteheader xmlns:t="http://url/SiteToken" id="253988" /></s:sitetoken></s:ppSoapHeader></ppSoapHeader25> ---snip--- Any ideas? Thanks in advance! Adam -- 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-tp16703395p16703395.html Sent from the cxf-user mailing list archive at Nabble.com.