×
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.
Hi,
There are many, many solutions. The easiest, in my opinion, is the
integrated web services server [1], which allows you to deploy ILE
programs or service programs as web services (either SOAP or REST).
Basically the idea is for the program to perform the operation and return
the results in a parameter. There will be some major enhancements that
will be released in the next couple of weeks so you may want to hold off
until then, but you can surely play around with it.
Some other options include: XMLSERVICE [2], Java, PHP and Apache HTTP CGI.
There are many more. Depends on whether you want REST or SOAP.
[1]
http://www.ibm.com/systems/power/software/i/iws/
[2]
http://www.youngiprofessionals.com/wiki/index.php/XMLSERVICE/XMLSERVICE
From: "gio.cot" <gio.cot@xxxxxxxxxxx>
To: <midrange-l@xxxxxxxxxxxx>
Date: 06/26/2015 07:56 AM
Subject: Web service that retuns Result Set
Sent by: "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx>
Hi all
is there any way that give me the possibilty that a Web Service that run
on
As400 return a Result Set ?
for example: i call a Web service asking to return the all my customers
that
are located in NY state
Thanks in advance
As an Amazon Associate we earn from qualifying purchases.