ASPHttp.conn Error

Discussion in 'Classic ASP' started by prajakta, Aug 4, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. hi,

    i have written following code.

    dim a
    a = ""
    set objAPI = Server.CreateObject("AspHttp.Conn")
    objAPI.URL =sURL (where sURL is server url)
    objAPI.RequestMethod = "POST"
    objAPI.PostData = "command=Getparam&session_id=" & sSID & "&version=2.2"
    a = objAPI.GetURL

    its generating error as [11004]: valid name, no data record for requested type</o:p>
    Why this error is getting generated?</o:p>
    </o:p>
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page