Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...The remote server returned an error: (501) Not Implemented.   help meThe remote server returned an error: (501) Not Implemented. help me
Previous
 
Next
New Post
9/21/2009 2:38 AM
 

Hi every one

     I am integrating USPS for my shipping rate calculator. I need to pass the country name and zip code as the request and get back the response in my site. the data is XML . I am using the following coding,

    Dim uri As New Uri(url)
        Dim data As String = pass_str
        If uri.Scheme = uri.UriSchemeHttp Then

            Dim request As Net.WebRequest = Net.WebRequest.Create(uri)
            request.Method = "POST"
            request.ContentType = "text/xml"
            request.ContentLength = data.Length
           
            Dim writer As New IO.StreamWriter(request.GetRequestStream)
            writer.Write(data)
            writer.Close() 

            Dim oResponse As Net.WebResponse = request.GetResponse()
            Dim reader As IO.StreamReader = New IO.StreamReader(oResponse.GetResponseStream())
            Dim tmp As String = reader.ReadToEnd()
            oResponse.Close()
           
            Response.Write(tmp)        

        End If

      I am receiving the following error,

      Exception Details: System.Net.WebException: The remote server returned an error: (501) Not Implemented.

     Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

       Please help me to solve this problem and exlain me the concept of "Http request" and "Http response"

   Thank you...........

 
New Post
9/22/2009 9:46 AM
 

That would be a question for USPS, their server isn't supporting whatever you're trying to do.  As far as HTTP Request and HTTP Response, take a look at:

http://msdn.microsoft.com/en-us/library/system.web.httprequest.aspx

Jeff

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...The remote server returned an error: (501) Not Implemented.   help meThe remote server returned an error: (501) Not Implemented. help me


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out