When I compile my code, I get the following error: class org.apache.axis.message.SOAPEnvelope is an abstract class. It can't be instantiated. Why is this? I checked the docs and org.apache.axis.message.SOAPEnvelope is a public class. It is not abstract.
