HTTP/1.1 500 Internal Server Error
Development toolkit for Web Services and XML data bindings for C & C++
Brought to you by:
engelen
We are developed web service with C, gsoap, WSDL and PHP in client. Sometimes, the service, in house of customer, is down. He has sent the log file (SENT) and we have seen that, in some lines, it shows "HTTP/1.1 500 Internal Server Error".
Cen be it the origin of problem?.
Regards
Miguel Angel Diez
Log File
The error seems related to a HTTP GET request. These requests are not automatically honored. You need to add a HTTP GET handler. See the samples/webserver example code on how to do this. Another approach is to add a simple fget() callback to handle the HTTP GET.