Hello Friends,
I want to make Http Connection in my Project but i don't kow how to do this can anybody tell me please what's the procedure?
Hello Friends,
I want to make Http Connection in my Project but i don't kow how to do this can anybody tell me please what's the procedure?
Check this example: S60 Platform: HTTP Client Example
Nokia Developer Wiki Moderation team
Hi kiran,
Thanks for your reply i see that code and i tried to implement that code into my project but i am getting lot of trouble. Actually i have very simple requirement i have to call only one link through http connection i didn't worried about response.Can you tell me some other utility for this.
Remove unnecessary part from the example.
Check this example from the SDK installtion directory: Examples\AppProts\exampleclient
Also see this article: http://wiki.forum.nokia.com/index.ph...th_RConnection
Nokia Developer Wiki Moderation team
Last edited by ankit2502; 2009-10-23 at 10:44. Reason: Spelling Mistakes
Hi,
You can try httpexampleclient it is in sdk s60 feature pack2.this is very simple console based example you can use it in case of any trouble get back to me
this is the path of the example if you installed your sdk in c drive.
C:\S60\devices\S60_3rd_FP2_SDK_v1.1\Examples\AppProts\exampleclient
Thanks & Regards
Amit Kumar Mangal
You want to create http connection you can use this code debug it and give name of your http client.other wise i can send you the code.
Thanks & Regards
Amit Kumar MAngal
Hi Amit,
i am not getting you please can you tell me in detail what i can do.You are talking about which code.
Hi,
Actually what is your requirement what do you need ?
Regards
Amit
Hi Amit,
Actually i want to call one link using GET Method of Http and want to pass two parameters like
http://www.xyz.com/abc/xxx.php?mobil...4|2009-10-23|!
that's it it want to call only this type of link and i am not want to receive any response.
Last edited by ankit2502; 2009-10-24 at 06:33. Reason: Change Url
first check on browser do u getting the responce.