× 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.



Changing the topic title........

Well, setting the *cdata control option solved the issue reading data. Data gets CDATA encoded automatically. Nice.

Now I ran into another one which seems pretty basic.

The following SQL query works:

select * from qiws/qcustcdt where lstnam like 'Henning'

When using a wildcard with a LIKE statement, XMLCGI seems to drop the pct sign %

select * from qiws/qcustcdt where lstnam like 'Hen%'

I have tried the request both encoded and decoded and it appears the percent sign from the query string always gets dropped.

You can see below that the XML response shows the pct sign was dropped from the wildcard.

<prepare conn='myconn' stmt='stmt1'>
<success> +++ success select * from qiws/qcustcdt where lstnam like 'Hen' </success>
</prepare>

I wasn't sure exactly where in the source to look for debugging this issue, but was curious if anyone else has run into the wildcard LIKE issue with XMLSERVICE/XMLCGI.

I was going to check to see where the percent gets stripped off and possibly code a workaround. (No, don't make me do it !!)

This seems pretty basic so either I'm confused or there is a basic flaw when using wildcard SQL.

Any thoughts appreciated.

I would really love to be able to recommend using XMLSERVICE for production use, but still not there yet.

Thanks.

Regards,

Richard Schoen | Director of Document Management Technologies, HelpSystems
T: + 1 952-486-6802
RJS Software Systems | A Division of HelpSystems
richard.schoen@xxxxxxxxxxxxxxx
www.rjssoftware.com
Visit me on: Twitter | LinkedIn

-----Original Message-----
From: Richard Schoen
Sent: Tuesday, December 15, 2015 8:40 PM
To: midrange-l@xxxxxxxxxxxx
Subject: Re: XMLSERVICE and Parsing XML Responses

I'll report back after I test Aaron's tip.

I know I can modify XMLSERVICE as well as other open source, but since XMLSERVICE is being widely deployed and even as part of OS updates that would not be my first choice which is why I posted here.

I figured it was some of my XML ignorance causing me issues :-)

Regards,

Richard Schoen | Director of Document Management Technologies, HelpSystems
T: + 1 952-486-6802
RJS Software Systems | A Division of HelpSystems richard.schoen@xxxxxxxxxxxxxxx www.rjssoftware.com Visit me on: Twitter | LinkedIn



As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.