It is given in the Forum nokia site that IAPConnect_v1_0.zip is an example to demonstrate how to connect to internet. But i didnt found any such thing for me in that. Can any body tell me how can i connect to my webserver using symbian c++. How can i connect to inter net with CIntConnectionInitiator class. please help me. Even a code sample for connecting to webserver in communicators is also helpful.
You should take a look at the Sockets example. It can be used to open a socket connection to a webserver, for instance connect to port 80. After that for sending and recieving data add code that will perform http post/get.
Try search "launch browser" at the search text field. I think u can a sample *.zip file. !! Alternatively, u can give me ur email. I can send u the sample.