JBalcerzak
Programmer
Hello,
I need to receive XML data from an Http POST and then return XML data via the response. I had setup an ASP.NET page to parse the data and render the returned XML. It works fine on my test server, but when I get it out in the real world, I'm getting 500 errors in my test client.
I guess I've got 2 questions, first, is this really the best way of doing this (i.e. should this really be a web service?) and is there any way I can get more detailed information on the error so I can tell what's going wrong?
Thanks,
Jeff
I need to receive XML data from an Http POST and then return XML data via the response. I had setup an ASP.NET page to parse the data and render the returned XML. It works fine on my test server, but when I get it out in the real world, I'm getting 500 errors in my test client.
I guess I've got 2 questions, first, is this really the best way of doing this (i.e. should this really be a web service?) and is there any way I can get more detailed information on the error so I can tell what's going wrong?
Thanks,
Jeff