I've developed a fairly simple web service which receives an xml string, validates it and passes it on to our internal database.
This has been written to enable one of our clients to send us idocs from their SAP system.
The trouble is that, although the web service works fine from a .net program, over the internet, the client's SAP system can't access it. They either get just an http 200 back (rather than the status code that the web service should supply) or they get http 500 'Internal Server Error'.
I was wondering if anyone else has had issue's with ASP.NET web services from non asp.net applications, or whether anyone can give me any advice on debugging http 500 errors.
This has been written to enable one of our clients to send us idocs from their SAP system.
The trouble is that, although the web service works fine from a .net program, over the internet, the client's SAP system can't access it. They either get just an http 200 back (rather than the status code that the web service should supply) or they get http 500 'Internal Server Error'.
I was wondering if anyone else has had issue's with ASP.NET web services from non asp.net applications, or whether anyone can give me any advice on debugging http 500 errors.
Comment