/** * ProductInfo.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.apache.ofbiz.service; public interface ProductInfo extends javax.xml.rpc.Service { public java.lang.String getproductInfoPortAddress(); public org.apache.ofbiz.service.ProductInfoPortType getproductInfoPort() throws javax.xml.rpc.ServiceException; public org.apache.ofbiz.service.ProductInfoPortType getproductInfoPort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException; }