How do I add a SOAPFault to an org.apache.axis.message.SOAPEnvelope and then retrive it.
Retreiving a SOAPBODY from the envelope like so: org.apache.axis.message.SOAPEnvelope.getBody() returns a javax.xml.soap.SOAPBody which is incompatable. Thanks Tom