Web Development
aaxis.txt
Associated article: Web Services & Apache Axis
Tags: Web Development
Published source code accompanying the article by Paul Tremblett in which he uses Apache Axis to efficiently develop Web services for both the clients and servers. Also see AAXIS.ZIP.
Web Services & Apache Axis by Paul Tremblett Listing One package ca.tremblett.ddj; import org.apache.axis.client.Call; import org.apache.axis.client.Service; import org.apache.axis.encoding.XMLType; import org.apache.axis.utils.Options; import javax....


