Don't want to be saddled with needing to use the Zend Server or PHP just to use XMLSERVICE for database and program/command access.
XMLCGI appears to allow me to use standard Apache CGI with no extras.
The SQL database access in XMLCGI is pretty cool and works well. I am wrapping the resulting data in to .Net consumable recordsets.
Regards,
Richard Schoen
RJS Software Systems Inc.
Where Information Meets Innovation
Document Management, Workflow, Report Delivery, Forms and Business Intelligence
Email: richard@xxxxxxxxxxxxxxx
Web Site:
http://www.rjssoftware.com
Tel: (952) 736-5800
Fax: (952) 736-5801
Toll Free: (888) RJSSOFT
------------------------------
message: 4
date: Thu, 02 Aug 2012 18:12:27 -0400
from: Alan Seiden <alan@xxxxxxxxxxxxxx>
subject: Re: [WEB400] XMLSERVICE with .Net
Richard,
The warnings about XMLCGI are for performance. There's nothing wrong with XMLCGI, but since XMLCGI communicates via a web server and CGI jobs, it probably won't be as fast as calling XMLSERVICE with stored procedures, such as through the ibm_db2 or odbc transports, which is what we do in the PHP toolkit.
Could you explain what you meant about Zend Server and database access?
XMLSERVICE does have some database capabilities but it's mainly focused on program calls, commands, etc.
Alan
As an Amazon Associate we earn from qualifying purchases.