Software Development

How to read XML Document using the XML Parser extension in PHP

With XML Parser, you use callback functions to deal with specific events such as when the start or end of an XML element is encountered. These functions are registered using API functions made available for the XML Parser extension and are triggered or executed when a specific event is encountered. Also, you can only read XML with this extension.

Software Development

Simple PHP SOAP Client Example

Background This article demonstrates how to create an SOAP client using PHP and consume a SOAP-based web service [wp_ad_camp_1] Hardware Environment n/a Software Environment Windows 7 Professional SP1 PHP 5.5.9 / Zend Engine v2.5.0 Find a free Web Service Online

Java, PERL, Software Development, Tomcat

CGI with Tomcat 7

We can run CGI scripts in Tomcat. This post is about using Tomcat to run a CGI script written in PERL. Software Requirements (used for this post) Apache Tomcat 7.0.11 JDK 1.6 update 21 Perl 5.12 (ActivePerl-5.12.2.1202) Windows XP SP3