B
bunmang
Hi,
I'm trying to consume a Web Service, specifically, the Google Web
Service, in a compactframework application, running under Mobile
PocketPC 2003, in a Sprint PCS PDA phone. When the ppc device is
cradled and sync to the PC, and it is using the PC's internet
connection, I can make as many calls to the Web Service and it will
always return results. However, when I take the ppc out of the cradle
and use Sprint's CDMA wireless network, only the first call to the Web
service return results, all subsequent calls yields a WebException. If
I were to close and restart my application, I again can make a
successful call to the Web Service one time, but all subsequent calls
yields the WebException. I have tried consuming the web service by
adding the service to my C# project as a WebReference, as well as using
the WSDL.exe utility to generate a proxy class and connect that way,
both yield the same result. Has anyone come accross this situation or
can point me in the right direction to try and solve this problem ?
Thanks in advance.
Long
I'm trying to consume a Web Service, specifically, the Google Web
Service, in a compactframework application, running under Mobile
PocketPC 2003, in a Sprint PCS PDA phone. When the ppc device is
cradled and sync to the PC, and it is using the PC's internet
connection, I can make as many calls to the Web Service and it will
always return results. However, when I take the ppc out of the cradle
and use Sprint's CDMA wireless network, only the first call to the Web
service return results, all subsequent calls yields a WebException. If
I were to close and restart my application, I again can make a
successful call to the Web Service one time, but all subsequent calls
yields the WebException. I have tried consuming the web service by
adding the service to my C# project as a WebReference, as well as using
the WSDL.exe utility to generate a proxy class and connect that way,
both yield the same result. Has anyone come accross this situation or
can point me in the right direction to try and solve this problem ?
Thanks in advance.
Long