public class Round2EchoFloatClientUtil implements SunRound2ClientUtil {
public SOAPEnvelope getEchoSoapEnvelope() {
SOAPFactory omfactory = OMAbstractFactory.getSOAP11Factory();
SOAPEnvelope reqEnv = omfactory.createSOAPEnvelope();
reqEnv.declareNamespace("http://schemas.xmlsoap.org/soap/envelope/", "soapenv");
//OMNamespace namespace0 = reqEnv.declareNamespace("http://schemas.xmlsoap.org/wsdl/", "xmlns");
reqEnv.declareNamespace("http://schemas.xmlsoap.org/wsdl/soap/", "soap");
reqEnv.declareNamespace("http://www.w3.org/2001/XMLSchema", "xsd");
reqEnv.declareNamespace("http://schemas.xmlsoap.org/soap/encoding/", "SOAP-ENC");