PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Edge & 3GP, Web Service Problem
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Edge & 3GP, Web Service Problem
![]() |
Edge & 3GP, Web Service Problem |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hello Friends,
From last few days our users are facing one problem. We have implemented web service to communicate to server. Now the problem is, generally 3GP connection is there on devices, but sometimes when signal is weak, Edge is connected. In case of Edge, they are not able reach the server via web service. So my question is, is it possible? if yes then what kind of optimization can be done in web service call so that in weak signal also it will work? Please help me. Regards Viral |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Sorry Its 3G, not 3GP.. "Viral" wrote: > Hello Friends, > > From last few days our users are facing one problem. We have implemented web > service to communicate to server. Now the problem is, generally 3GP > connection is there on devices, but sometimes when signal is weak, Edge is > connected. > > In case of Edge, they are not able reach the server via web service. > > So my question is, is it possible? if yes then what kind of optimization can > be done in web service call so that in weak signal also it will work? > > Please help me. > > Regards > Viral |
|
|
|
#3 |
|
Guest
Posts: n/a
|
There shouldn't be any difference, from the application level. That
suggests to me that the provider is blocking that sort of traffic over EDGE (as I can't think how it would happen on the device itself). Certainly I can use EDGE to do any sort of network I/O, outbound. My provider won't allow me to have a server on my device that can be connected to over the Internet, but I have no problem going in the other direction. What exception or error do you get when it fails? Paul T. "Viral" <Viral@discussions.microsoft.com> wrote in message news:B82F252C-4716-472D-9C02-7CB2B411557C@microsoft.com... > > Sorry Its 3G, not 3GP.. > > "Viral" wrote: > >> Hello Friends, >> >> From last few days our users are facing one problem. We have implemented >> web >> service to communicate to server. Now the problem is, generally 3GP >> connection is there on devices, but sometimes when signal is weak, Edge >> is >> connected. >> >> In case of Edge, they are not able reach the server via web service. >> >> So my question is, is it possible? if yes then what kind of optimization >> can >> be done in web service call so that in weak signal also it will work? >> >> Please help me. >> >> Regards >> Viral |
|
|
|
#4 |
|
Guest
Posts: n/a
|
You'll need to contact you're carrier with regards to this, sounds like they
are blocking a certain port over EDGE for some reason. Check the port that your web server is listening on is not being blocked by your carrier. -- Simon Hart Visual Developer - Device Application Development MVP http://simonrhart.blogspot.com "Viral" wrote: > Hello Friends, > > From last few days our users are facing one problem. We have implemented web > service to communicate to server. Now the problem is, generally 3GP > connection is there on devices, but sometimes when signal is weak, Edge is > connected. > > In case of Edge, they are not able reach the server via web service. > > So my question is, is it possible? if yes then what kind of optimization can > be done in web service call so that in weak signal also it will work? > > Please help me. > > Regards > Viral |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

