Error accessing web service

E

eNoodle

Hi !

I have an application running on pocket pc 2003 with .NETCF SP2 installed
and written in C#. A web service will be called during program execution.
Initially the web service is only install in the local LAN , which we can
access the webservice internally in the office, and every function call to
the web services is just working fine but when we open the web service to
the internet, and accessing the web service via dial up it give us a an
error 'unable to read data from the transport connection.'. The strange
thing is ,not all web service function give the same error.

Anyone encounter this problem before ?
 
D

Dan Rogers

This can happen in dial-up because of the unreliable nature of dial-up
connections. You need to make your code resilient to communication
failures - e.g. hang up, redial, or wait and retry.


--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,261
Messages
2,571,040
Members
48,769
Latest member
Clifft

Latest Threads

Top