Re: HTTP/1.1 500 Internal Server Error on JSON call from RPG
<midrangel-zbO79nAUJZvJTQUaaPvyeQC/[email protected]>
| Newsgroups | gmane.comp.systems.as400.web |
|---|---|
| Message-ID | <[email protected]> |
Kevin, Thank you for pointing out where the log file is. It turns out that the names in the dcl-ds were lower case when I entered the RPG source. DATA-GEN with the YAJLDTAGEN processor maintained the case of the variable name when it generated the Json package. The IWS server on the back end was failing in the Java portions because the variable name was not UPPERCASE. When I changed it, everything worked. SoapUI had the variable names in upper case and I never thought to see the difference. -- Jim Oberholtzer Agile Technology Architects -----Original Message----- From: WEB400 <[email protected]> On Behalf Of Kevin Bucknum Sent: Tuesday, June 29, 2021 10:05 AM To: [email protected] Subject: Re: [WEB400] HTTP/1.1 500 Internal Server Error on JSON call from RPG Looks like you already did. If you don't pass a file to http_debug, it puts the log file in /tmp. Check that file. Most 500 errors usually also return something in the body that indicates what went wrong. Also - look at the raw output in soapui as well as the headers. Compare them to what you can see in the RPG program. On Tue, 2021-06-29 at 09:56 -0500, midrangel-zbO79nAUJZvJTQUaaPvyeQC/[email protected] wrote: http_debug(*on); [https://www.medtronsoftware.com/img/MedtronMinilogo.bmp] Kevin Bucknum Senior Programmer Analyst MEDDATA / MEDTRON 120 Innwood Drive Covington LA 70433 Local: 985-893-2550 Toll Free: 877-893-2550 https://www.medtronsoftware.com CONFIDENTIALITY NOTICE This document and any accompanying this email transmission contain confidential information, belonging to the sender that is legally privileged. This information is intended only for the use of the individual or entity named above. The authorized recipient of this information is prohibited from disclosing this information to any other party and is required to destroy the information after its stated need has been fulfilled. If you are not the intended recipient, or the employee of agent responsible to deliver it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or action taken in reliance on the contents of these documents is STRICTLY PROHIBITED. If you have received this email in error, please notify the sender immediately to arrange for return or destruction of these documents. -- This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing list To post a message email: [email protected] To subscribe, unsubscribe, or change list options, visit: https://lists.midrange.com/mailman/listinfo/web400 or email: [email protected] Before posting, please take a moment to review the archives at https://archive.midrange.com/web400. -- This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing list To post a message email: [email protected] To subscribe, unsubscribe, or change list options, visit: https://lists.midrange.com/mailman/listinfo/web400 or email: [email protected] Before posting, please take a moment to review the archives at https://archive.midrange.com/web400.