01: package org.apache.axis.wsi.scm.manufacturer;
02:
03: /**
04: * ManufacturerSoapBindingImpl.java
05: *
06: * This file was auto-generated from WSDL
07: * by the Apache Axis #axisVersion# #today# WSDL2Java emitter.
08: */
09:
10: public class ManufacturerSoapBindingImplB implements
11: org.apache.axis.wsi.scm.manufacturer.ManufacturerPortType {
12: public boolean submitPO(
13: org.apache.axis.wsi.scm.manufacturer.po.PurchOrdType purchaseOrder,
14: org.apache.axis.wsi.scm.configuration.ConfigurationType configurationHeader,
15: org.apache.axis.wsi.scm.manufacturer.callback.StartHeaderType startHeader)
16: throws java.rmi.RemoteException,
17: org.apache.axis.wsi.scm.configuration.ConfigurationFaultType,
18: org.apache.axis.wsi.scm.manufacturer.po.SubmitPOFaultType {
19: return false;
20: }
21:
22: }
|