PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Edge & 3GP, Web Service Problem

Reply

Edge & 3GP, Web Service Problem

 
Thread Tools Rate Thread
Old 18-04-2008, 05:37 AM   #1
Viral
Guest
 
Posts: n/a
Default Edge & 3GP, Web Service Problem


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
  Reply With Quote
Old 18-04-2008, 06:10 AM   #2
Viral
Guest
 
Posts: n/a
Default RE: Edge & 3GP, Web Service Problem


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

  Reply With Quote
Old 18-04-2008, 04:19 PM   #3
Paul G. Tobey [eMVP]
Guest
 
Posts: n/a
Default Re: Edge & 3GP, Web Service Problem

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



  Reply With Quote
Old 18-04-2008, 11:57 PM   #4
Simon Hart [MVP]
Guest
 
Posts: n/a
Default RE: Edge & 3GP, Web Service Problem

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

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off