Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Unable to conext to a web service on machine with a chinese hostname

Reply
Thread Tools

Unable to conext to a web service on machine with a chinese hostname

 
 
mkellerm
Guest
Posts: n/a
 
      01-04-2007
I have a Windows Form client that talks to an ASP.NET 1.1 Web Service.
Everything works fine when the host name of the web service contains
only Latin characters. The proxy class that the Winforms client is
using in the proxy class that Visual Studio automagically generates for
you.

If the hostname of the server contains chinese characters the web
request fails with error.

Servers to be unable to deal with the request. TOP 10 : invalid URI
hosts were unable analysis

If I change the URL to use either the IP address or localhost it works
fine.

I have tried UrlEscaping the URL but that doesn't work either.

Any Suggestions?
-Marcus

 
Reply With Quote
 
 
 
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem: My web service calls only open a single connection to the web service machine Scott Baierl ASP .Net Web Services 1 07-29-2006 01:16 AM
Web Service Client Cannot Connect to Web Service From Some Machine EagleRed@HighFlyingBirds.com ASP .Net Web Services 0 10-10-2005 11:15 PM
RMI: take ip/hostname what client was using and give it back as aremote objects hostname AWieminer Java 0 07-12-2005 08:05 PM
Re: How do I translate a Chinese web site and add Chinese character set to IE..? =A0 - =A0 Taking these two questions one at a time... =A Patrick Dunford NZ Computing 3 04-28-2004 07:15 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57