×
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.
Thanks.
I'm pretty familiar with XMLSERVICE since I wrote a .Net wrapper around it.
I just hadn't played with the PHP wrappers since I haven't done much PHP to date.
From my testing it looks like:
-XML toolkit works natively on IBM i
- XML Toolkit will work with PHP on Windows via the ODBC driver or using the HTTP CGI program XMLCGI.PGM.
-I'm supposing that XML toolkit will then work with PHP on Linux or any other platform using the HTTP CGI program as well. Since it's communicating via the HTTP layer there appear to be no additional driver requirements. I'll test that theory.
I'm writing a couple of PHP technical sessions so I'll share and expand on what I learned from Alan's presentations and during my own testing as well.
Regards,
Richard Schoen
Director of Document Management
e. richard.schoen@xxxxxxxxxxxxxxx
p. 952.486.6802
w. helpsystems.com
------------------------------
message: 2
date: Sat, 10 Dec 2016 13:18:41 -0500
from: Jon Paris <jon.paris@xxxxxxxxxxxxxx>
subject: Re: [WEB400] Ibm i Xml toolkit for Php
The PHP toolkit is based on XMLSERVICE which can be used from any platform. The basic answers you need are on this page I think
http://yips.idevcloud.com/wiki/index.php/XMLService/XMLService - and based on my experience - I can't think of any reason why it wouldn't work no matter what platform you run on.
There are two interfaces available - REST-type web service and stored procedure. If I remember correctly the web service just calls the stored procedure under the covers.
Jon Paris
www.partner400.com
www.SystemiDeveloper.com
As an Amazon Associate we earn from qualifying purchases.