Hi,
I am accessing a webservice with the help of WSDL-to-C++_for_S60. It generated CSenXmlServiceDescription and a proxy class MyService. MyService contains the pointer to CSenServiceConnection class.
On accessing the webservice the AccessPoint selection menu appears. To hide it I used CSenXmlServiceDescription.SetIapIdL(2) function but the access point menu still appears.
The TCommDbConnPref class works with RConnection and I failed to find any function in CSenServiceConnection to define the TCommDbConnPref object.
How can I disable the Access Point selection menu while accessing webservice.



