Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8374535
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T14:56:40+00:00 2026-06-09T14:56:40+00:00

I have a server configured to receive XML files via POST, parse them, and

  • 0

I have a server configured to receive XML files via POST, parse them, and display some info accordingly. The server works perfectly and has been tested extensively.

I have two clients for this server. In both, I have hardcoded some well-formed XML. When the first client sends its post message, the server responds perfectly.

When the second, sends it’s post message, the server responds with an error (below).

This is despite both clients

  • Running the same code
  • Posting the same XML

Here is the code used to send the POST :

 public void SendPost(string xmlInfo)
        {
            ErrorHandler.Execute(() => {
                XMLHTTP objhttp = new XMLHTTP();
                objhttp.open("POST", Properties.Settings.Default.postpath, false, "", "");
                objhttp.send(xmlInfo);

                var x = XElement.Parse(objhttp.responseText);
            });
        }
    }

The problem is not in the sent XML (it is hardcoded and exactly the same in both cases) and it is not on the Server as this will respond perfectly and has been tested a lot. What could be causing my problem ?

The error message is now :

An error occurred on the server when processing the URL. Please
contact the system administrator. If you are the system
administrator please click here to find
out more about this error.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T14:56:41+00:00Added an answer on June 9, 2026 at 2:56 pm

    The problem is not in the sent XML (it is hardcoded and exactly the same in both cases) and it is not on the Server as this will respond perfectly and has been tested a lot.

    If your server is responding with code 500 (which signals “internal error”) then the problem almost certainly is in the server – or at least, there’s probably a problem in the server.

    You should have a look at the logs of the server receiving the data – I’d hope that any well-written server would dump diagnostics (e.g. exceptions) to the log on failure.

    (“Tested a lot” doesn’t mean “has no conceivable failure modes”…)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In the web.xml of my web app I have configured the server as following:
I have a remote server configured on archlinux and I need to install the
I have an external Tomcat server configured to run J2EE applications on my development
I have a newly configured Windows Server 2003 VM. One of the issues with
I have configured Service Broker communication between two SQL Server 2008 instances using Windows
I have configured Apache httpd to work as a forward proxy server. How can
I have recently configured IIS 7.5 to use the SMTP server. Now, I have
I am accessing my server through remote desktop connection and have configured a webservice
I'm trying to post to an asp.net webpage and receive the resulting xml. Here's
Eclipse 3.5.0 I am adding a JBoss 4.3.0 server, i have configured it properly,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.