Search found 4 matches

by lburkett
Wed Aug 16, 2023 10:22 pm
Forum: RPG IV
Topic: XML-INTO error RNX0305, reason code 1
Replies: 4
Views: 11911

Re: XML-INTO error RNX0305, reason code 1

Thank you.
by lburkett
Wed Aug 16, 2023 5:49 pm
Forum: RPG IV
Topic: XML-INTO error RNX0305, reason code 1
Replies: 4
Views: 11911

Re: XML-INTO error RNX0305, reason code 1

That fixed it.

Is there a situation when the "path=" option is not required?
by lburkett
Wed Aug 16, 2023 2:51 pm
Forum: RPG IV
Topic: XML-INTO error RNX0305, reason code 1
Replies: 4
Views: 11911

XML-INTO error RNX0305, reason code 1

The XML-INTO instruction in my program below gets error RNX0305, "The specified path to the XML element was not found in the XML document." The value of RESPONSE is <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/e' nvelope/"><soap:Body><ns2:cstitmwebResponse xmlns:ns2...
by lburkett
Mon Dec 13, 2021 7:32 pm
Forum: HTTPAPI
Topic: Debug file name
Replies: 1
Views: 5432

Debug file name

In some cases. I want to send debug information to a file specific to a program. http_debug(*on : myDebugFileName.txt) changes the value of HTTP_DEBUG_FILE. After this, any use of http_debug(*on) writes to this file. Can the program be changed to reset the default file name back to its original value?