Problem with WebService

  • Thread starter Thread starter Thomas Pohl
  • Start date Start date
T

Thomas Pohl

I just try to get the web service sample from
http://samples.gotdotnet.com/quickstart/CompactFramework/doc/xmlwebservice.aspx
running.
When I start the client from within IDE (VS .NET 2003) on an emulator I get
the message
"An unhandled exception of type System.Net.webException occured in
System.web.Services.dll
Additional information: Unble to read data from the transport connection"

From the PC I work on I have access to the server where the WebService is
hosted.

Anything else I have to consider ?
Best regards, Thomas
 
verify that your emulator is configured to reach your
web server by opening Pocket Internet Explorer
and entering the web service URL. see if you can
reach the server. if not, google advanced group
search this newsgroup for emulator network settings.
--
Darren Shaffer
..NET Compact Framework MVP
Principal Architect
Connected Innovation
www.connectedinnovation.com
 
Back
Top