Problem with WebService

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
 
D

Darren Shaffer

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
 

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

Top