You're not using a set of tools that many people here are likely to have.
Generally, if I had a Web service that I was trying to connect to from the
..NET Compact Framework and was getting a connection failure, I'd assume that
1) I wasn't trying to connect to the right server, or 2) that I didn't have
a network path to that server, or 3) I was connecting to the wrong TCP port
on the host. I don't suppose that you have a Web reference that points to
"localhost" or something? It should be obvious that you're not running the
Web service on the local device, so that can't be right...
Paul T.