The XML I am sending to the URL is
<entry>
<title type='text'>A New Portfolio</title>
<gf:portfolioData currencyCode='USD'/>
</entry>
String strATOMRequestBody = HttpUtility.UrlEncode("<entry xmlns:gf=
\"
http://schemas.google.com/finance/2007\" >" +
"<title type=\"text\">A New Portfolio</title>" +
"<gf:portfolioData currencyCode=\"USD\"/ >" +
"</entry>", Encoding.UTF8);
> > Thanks in Advance.- Hide quoted text -
>
> - Show quoted text -