I'm currently setting this string (which forms part of the WSSecurityHeader),
however, when I try and use ">" I wind up with ">".

---snip---
<ppSoapHeader25>&lt;s:ppSoapHeader
xmlns:s="http://url/SoapServices/SoapHeader";
version="1.0">&lt;s:lcid>1033&lt;/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>&lt;s:ppSoapHeader xmlns:s="http://url/SoapHeader";
version="1.0"&gt;&lt;s:lcid&gt;1033&lt;/s:lcid&gt;&lt;s:sitetoken&gt;&lt;t:siteheader
xmlns:t="http://url/SiteToken"; id="253988"
/&gt;&lt;/s:sitetoken&gt;&lt;/s:ppSoapHeader&gt;</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.

Reply via email to