My application fetches webpage form a remote server.
I am using RSocketServ & RScocket and KProtocolInetUdp
RHostResolver to connect server.
iSocket.Open(iSocketServer,
KAfInet,
KSockStream,
KProtocolInetTcp);
for DNS
iResolver.Open(iSocketServer, KAfInet, KProtocolInetUdp)
I am using HTTP 1.1 get request.
Application successfully fetching the webpage data using WWW IAP.
But it giving time out error for MMS IAP .
The same webpage is retrieved by Opera and
Nokia default web browser for both MMS and WWW
IAP.
Why my app reporting error for MMS iap. ?
Regards,
indvin



