[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Calling webservices from ISeries v5r3 Cobol Program



> I've got the message "HTTP/1.1 500 Internal Server Error". Where could if
I find more information about reasons of this returned message ? Does exist
additionnal log in ISeries ? Thank you for your help.

It sounds to me (just someone trying to learn this stuff) that the service
you connected to didn't know what to do with your request.

Turn on httpdebug in your Iseries client code and post the file.
To turn on httpdebug, use one of these formats at the top of the C specs:

Fixed format
c                   callp     http_debug(*ON)

Free format
http_debug(*ON);

The debug file will be in the IFS (/tmp/httpapi_debug.txt).

Mike


-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------