> Dim url As String = "http://www.someplace.com/somepage.aspx" then
> everything works fine, but now I need to use the real address which is
[quoted text clipped - 5 lines]
> Does anyone have any ideas why I'm having problems with the stream for a url
> address like this?
Is other software on your system able to resolve the host name xx01xx01?
The host name needs to be resolved into a numerical IP address and that
fails for 'xx01xx01'. This is a network configuration problem and not an
XML problem.

Signature
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
CindyH - 19 May 2008 16:42 GMT
The guy gave me the wrong url address.
Now I'm able to send the post, but response is empty and getting this error:
system.net.webexception: The remote server returned an error: (500) Internal
Server Error.
Would this be my problem or his?
Thanks,
Cindy
>> Dim url As String = "http://www.someplace.com/somepage.aspx" then
>> everything works fine, but now I need to use the real address which is
[quoted text clipped - 11 lines]
> fails for 'xx01xx01'. This is a network configuration problem and not an
> XML problem.