WSUpDaxingMeteringSystemFacadeSrvProxy.java 392 B

123456789101112
  1. /**
  2. * WSUpDaxingMeteringSystemFacadeSrvProxy.java
  3. *
  4. * This file was auto-generated from WSDL
  5. * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
  6. */
  7. package com.steerinfo.dil.wsdl;
  8. public interface WSUpDaxingMeteringSystemFacadeSrvProxy extends java.rmi.Remote {
  9. public String saveWeighBill(String requests) throws java.rmi.RemoteException, WSInvokeException;
  10. }