×
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.
That’s essentially what IbmiXmlserviceStd does. Takes the returned HTTP XML data values from the XMLSERVICE CGI call and parses them and coerces them into a DataTable.
I’m sure you can improve on my logic.
Also I have enabled all the CDATA tag stuff in XMLSERVICE so data comes and goes across the wire without corruption. That was problematic before because character translations were weird.
Also as you guys work keep CCSID in mind. I’ve had at least person ask how XMLSERVICE handles French character sets. Not sure, but I think there may be a deficiency in XMLSERVICE today around that.
25yrs of VB usage was hard to change, but people tend to stick their noses up at VB even though VB and C# compile to the same IL.
Gotta be modern….
Regards,
[
http://static.helpsystems.com/hs/email/templates/signatures-final/images/hs-logo2.png]
Richard Schoen
Director of Document Management
e. richard.schoen@xxxxxxxxxxxxxxx<mailto:richard.schoen@xxxxxxxxxxxxxxx>
p. 952.486.6802
w. helpsystems.com<
http://www.helpsystems.com/>
[cid:image002.jpg@01D1A545.4C2BF250][cid:image003.jpg@01D1A545.4C2BF250]
From: Liam Allan <mrliamallan@xxxxxxxxxx<mailto:mrliamallan@xxxxxxxxxx>>
Sent: Wednesday, December 12, 2018 8:46 AM
To: Richard Schoen <Richard.Schoen@xxxxxxxxxxxxxxx<mailto:Richard.Schoen@xxxxxxxxxxxxxxx>>; IBMi Open Source Roundtable <opensource@xxxxxxxxxxxx<mailto:opensource@xxxxxxxxxxxx>>
Subject: Re: XMLSERVICE, RPGLE & Java error
Great thanks. I'll keep that in mind. I won't even be using VB 😉
DataTables is probably still a good option. Right now, ILEusion just returns an array of objects for each row in the result set - it would be nice and simple to translate that 😊
Cheers
Liam Allan
Works Of Barry
As an Amazon Associate we earn from qualifying purchases.