Richard,
You are not "saddled" with using Zend Server for any part of XMLSERVICE. You can use the CGI interface or the stored procedure interface without ZS. The stored procedure interface that Zend Server uses is available via any method of DB connection (ODBC, JDBC, etc).
Also, the other reason the stored procedure method is faster is because, if I remember correctly, the CGI program is just calling the stored procedures anyway. :)
Brian May
IBM i Modernization Specialist
Profound Logic Software
http://www.profoundlogic.com
937-439-7925 Phone
877-224-7768 Toll Free
-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Richard Schoen
Sent: Friday, August 03, 2012 10:54 AM
To: web400@xxxxxxxxxxxx
Subject: Re: [WEB400] XMLSERVICE with .Net
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
--
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list To post a message email: WEB400@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/web400.
As an Amazon Associate we earn from qualifying purchases.