public br.com.embratel.www.Auxilio_Venda.Servico_Auxilio_VendaImpl.PortType getSOAPEventSource(
     java.net.URL portAddress) throws javax.xml.rpc.ServiceException {
   try {
     br.com.embratel.www.Auxilio_Venda.Servico_Auxilio_VendaImpl.SOAPEventSourceBindingStub _stub =
         new br.com.embratel.www.Auxilio_Venda.Servico_Auxilio_VendaImpl
             .SOAPEventSourceBindingStub(portAddress, this);
     _stub.setPortName(getSOAPEventSourceWSDDServiceName());
     return _stub;
   } catch (org.apache.axis.AxisFault e) {
     return null;
   }
 }
 /**
  * For the given interface, get the stub implementation. If this service has no port for the given
  * interface, then ServiceException is thrown.
  */
 public java.rmi.Remote getPort(Class serviceEndpointInterface)
     throws javax.xml.rpc.ServiceException {
   try {
     if (br.com.embratel.www.Auxilio_Venda.Servico_Auxilio_VendaImpl.PortType.class
         .isAssignableFrom(serviceEndpointInterface)) {
       br.com.embratel.www.Auxilio_Venda.Servico_Auxilio_VendaImpl.SOAPEventSourceBindingStub
           _stub =
               new br.com.embratel.www.Auxilio_Venda.Servico_Auxilio_VendaImpl
                   .SOAPEventSourceBindingStub(new java.net.URL(SOAPEventSource_address), this);
       _stub.setPortName(getSOAPEventSourceWSDDServiceName());
       return _stub;
     }
   } catch (java.lang.Throwable t) {
     throw new javax.xml.rpc.ServiceException(t);
   }
   throw new javax.xml.rpc.ServiceException(
       "There is no stub implementation for the interface:  "
           + (serviceEndpointInterface == null ? "null" : serviceEndpointInterface.getName()));
 }