views:

49

answers:

3

hi

i build C# program on Windows-Mobile that connect to WebService through cradle

and work with ActiveSync.

the customer want me to change the program that the connection will be through IP cradle.

is it require me any code change ?

how to do it ?

thank's in advance

A: 

It shouldn't require any code change. If you can get Internet Explorer on your device to display your web service page (asmx), then your application should be able to connect to the web service as well.

MusiGenesis
A: 

I don't think so, web requests should use connection manager which will automatically use the ip connection that is already there.

Matt
A: 

It's probably worth noting here that the ActiveSync pass-through is not a full-up network bridge. For example, ICMP packets don't pass through it. For a Web Service call using port 80 HTTP commands, however, you should be fine.

ctacke