You should maybe report this as a noncritial bug at http://ws.apache.org/axis/bugs.html.
Alexander "Flexx" Wessel -----Original Message----- From: h2ooo x *EXTERN* [mailto:[EMAIL PROTECTED] Sent: Thursday, November 11, 2004 8:09 AM To: [EMAIL PROTECTED] Subject: Documentation: Axis PDF Alignment Error The PDF which I downloaded from Axis homepage does not align the codes and XML correctly. For example in user-guide.pdf chapter 1.4.1, the PDF shows like the following: 1 import org.apache.axis.client.Call; 2 import org.apache.axis.client.Service; 3 import javax.xml.namespace.QName; 4 5 public class TestClient { 6 public static void main(String [] args) { 7 try { 8 String endpoint = 9 "http://nagoya.apache.org:5049/axis/services/echo"; 10 11 Service service = new Well, for sure this is not a critical problem though!