Hi,
I need to get the data from a website.
I have chosen HttpClient example for this :
At first, I tried with S60_Platform_HTTP_Client_Example_v2_2_en.zip example, but it is throwing errors for header files
#include <comms-infras/cs_mobility_apiext.h>
#include <cmapplicationsettingsui.h>
So, I am trying with this : S60_Platform_HTTP_Client_API_Example_v2_1_en.zip
http://www.forum.nokia.com/info/sw.n..._1_en.zip.html
It is showing the source content of the websites...
I have tried by placing a text file in my local server...then also it shows "Transaction Succeessful"
But if I place a xml file, then it is showing "Transaction Failed"
Is it not supporting xml file ?
My xml content would be like this :
<?xml version='1.0' encoding='UTF-8' ?>
<RESULTS>
<ROW>
<COLUMN NAME="ID"><![CDATA[162]]></COLUMN>
<COLUMN NAME="QUESTION"><![CDATA[What is ur Name?]]></COLUMN>
<COLUMN NAME="ANSWER"><![CDATA[My name is XXX]]></COLUMN>
<COLUMN NAME="UNIVERSITY"><![CDATA[YYY University]]></COLUMN>
<COLUMN NAME="BRANCH"><![CDATA[CSE]]></COLUMN>
</ROW>
</RESULTS>



