There isn't enough detail here to offer much help. You need to explain what and how you are sending/receiving things, for the question to related to http aspects.
But it does sound like your problem might not even lie within httpclient but within your xml-processing package (or soap service framework). -+ Tatu +- --- adam_j_bradley <[EMAIL PROTECTED]> wrote: > > I'm currently setting this string (which forms part > of the WSSecurityHeader), > however, when I try and use ">" I wind up with > "&gt;". > > ---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-tp16703396p16703396.html > Sent from the HttpClient-User mailing list archive > at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
