1 import org.apache.axis2.soap.SOAPEnvelope;2 3 public class Echo2 {4 public SOAPEnvelope echo(SOAPEnvelope in){5 return in;6 } 7 }8