How disable automatic dialling

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi!

How disable automatic dialling on PPC. When I call webservices, my
connectivity test, the system display an "form" to dial. How disable this
"form"? I need make a connection by my application.

Thanks
Regards
Alexandre
 
Internally the web service call triggers a connection through connection
manager. Therefore if you have specific requirements and don't want the
default connection to be opened you should establish the connection yourself
prior to making a web services call. You can use the Connection Manager API
to connect to a specific destination network - see the OpenNETCF SDF for a
managed code wrapper - www.opennetcf.org/sdf/
Alternatively there is a RAS wrapper here -
http://www.intelliprog.com/netcf/ras.html for establishing dial up and gprs
connections.

Peter
 
Back
Top