× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



A little more information on this problem.

I hope someone has some experience with the XML-INTO op-code.

I am trying to construct the data structure for this XML
-------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<Output>
<SearchResults>
<SearchResult>
<OTObject DisplayName="OTObject">810132</OTObject>
</SearchResult>
</SearchResults>
</Output>
-------------------------------------------------

I am getting this error: The XML document does not match the RPG variable; reason code 1.
The text for the error message is:
-----------------------------------------------------------
Additional Message Information

Message ID . . . . . . : RNX0353 Severity . . . . . . . : 50
Message type . . . . . : Escape
Date sent . . . . . . : 07/12/19 Time sent . . . . . . : 09:21:46

Message . . . . : The XML document does not match the RPG variable; reason
code 1.
Cause . . . . . : While parsing an XML document, the parser found that the
XML document does not correspond to RPG variable "results" and the options
do not allow for this. The reason code is 1. The exact subfield for which
the error was detected is "results". The options are " doc=file". The XML
document name is /OpenTextRequests/Stage 1.txt; *N indicates that the XML
document was not an external file.
Recovery . . . : Contact the person responsible for program maintenance to
determine the cause of the problem.
Technical description . . . . . . . . : Reason codes and their meanings are
as follows:
More...
Press Enter to continue.

F3=Exit F6=Print F9=Display message details F12=Cancel
F21=Select assistance level
-----------------------------------------------------------

This is the data structure I am trying to use to read the XML
----------------------------------------------------------
EVAL results
RESULTS.XML.VERSION = ' '
RESULTS.XML.ENCODING = ' '
RESULTS.OUTPUT.SEARCHRESULTS.SEARCHRESULT.OTOBJECT.DISPLAYNAME =
' '
RESULTS.OUTPUT.SEARCHRESULTS.SEARCHRESULT.OTOBJECT.OTOBJECT =
' '
----------------------------------------------------------

This is from debug

I can provide the RPG code to create this. I hope this is sufficient.

I have no idea what is wrong. It looks good to me.

If I can understand how to use XML-INTO for this xml, I am working to using it for a much longer and more complicated XML if which this is just a small sample.

Thanks,

Marvin
No trees were killed in the sending of this message, but a large number of electrons were terribly inconvenienced, traumatized, triggered, and crying for their safe spaces.

Notice: This e-mail transmission may contain information that is proprietary, privileged and/or confidential and is intended exclusively for the person(s) to whom it is addressed. This message may also contain Protected Health Information (PHI) and must be treated confidentially and handled in accordance with HIPAA and other federal and state privacy laws. Any use, copying, retention or disclosure by any person other than the intended recipient or the intended recipient's designees is strictly prohibited. If you are not the intended recipient or their designee, please notify the sender immediately and delete this e-mail (and any accompanying attachments).

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.