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
"Martin Honnen" <mahotrash@yahoo.dewrote in message
news:%23RT%23bXcuIHA.5096@TK2MSFTNGP02.phx.gbl...
Quote:
CindyH wrote:
>
Quote:
> 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
>something like this: "http://xx01xx01:800/some.ashx"
>When the code hits the line:
> Dim newStream As System.IO.Stream = myrequest.GetRequestStream - I'm
>getting the following error:
>system.net.webexception: The remote name could not be resolved:
>'xx01xx01'
>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.
>
>
>
--
>
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
|