1 /**2 * Echo2Service.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis #axisVersion# #today# WSDL2Java emitter.6 */7 8 package test.wsdl.echo2;9 10 public interface Echo2Service extends javax.xml.rpc.Service {11 public java.lang.String getEcho2Address();12 13 public test.wsdl.echo2.Echo2PT getEcho2() throws javax.xml.rpc.ServiceException ;14 15 public test.wsdl.echo2.Echo2PT getEcho2(java.net.URL portAddress) throws javax.xml.rpc.ServiceException ;16 }17