Also in tcp ip monitor, sometimes I see xml encoding like this! shouldn't it be UTF-8 ?
<?xml version="1.0" *encoding="**http://www.w3.org/2005/Atom*<http://www.w3.org/2005/Atom> *"* standalone="no"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title type="text">Feed</title> <id>Feed32379995</id> <entry> <id>cart-2d516b5c-9f10-41e8-84c6-4337bdea1953</id> <title type="text">item</title> <content type="application/xml"> <ns2:root xmlns:ns2=" http://tuscany.apache.org/xmlns/sca/databinding/jaxb/1.0" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xsi:type="item"> <name xmlns="">Pear</name> <price xmlns="">$1.55</price> </ns2:root> </content> <link href="cart-2d516b5c-9f10-41e8-84c6-4337bdea1953"/> </entry> <entry> <id>cart-54efd37b-79df-4fc5-bec0-fc4e43e4d385</id> <title type="text">item</title> <content type="application/xml"> <ns2:root xmlns:ns2=" http://tuscany.apache.org/xmlns/sca/databinding/jaxb/1.0" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xsi:type="item"> <name xmlns="">Pear</name> <price xmlns="">$1.55</price> </ns2:root> </content> <link href="cart-54efd37b-79df-4fc5-bec0-fc4e43e4d385"/> </entry> </feed>