17 lines
712 B
Java
17 lines
712 B
Java
/**
|
|
* IAutokp.java
|
|
*
|
|
* This file was auto-generated from WSDL
|
|
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
|
|
*/
|
|
|
|
package com.tenwa.invoice;
|
|
|
|
public interface IAutokp extends java.rmi.Remote {
|
|
public java.lang.String invoice(java.lang.String fpxx) throws java.rmi.RemoteException;
|
|
public java.lang.String invoice_pr(java.lang.String fpxx) throws java.rmi.RemoteException;
|
|
public java.lang.String invoice_fpzf(java.lang.String fpxx) throws java.rmi.RemoteException;
|
|
public java.lang.String getfph(java.lang.String fpxx) throws java.rmi.RemoteException;
|
|
public java.lang.String invoice_qdpr(java.lang.String fpxx) throws java.rmi.RemoteException;
|
|
}
|