生产环境ERP接口问题处理

master
Leon 3 years ago
parent 42d8ff39a2
commit ece142b818

@ -0,0 +1,253 @@
/**
* ZWS_ZMES_PRODORDCONF_BindingStub.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.foreverwin.mesnac.common.prodErp;
public class ZWS_ZMES_PRODORDCONF_BindingStub extends org.apache.axis.client.Stub implements com.foreverwin.mesnac.common.prodErp.Zws_zmes_PRODORDCONF {
private java.util.Vector cachedSerClasses = new java.util.Vector();
private java.util.Vector cachedSerQNames = new java.util.Vector();
private java.util.Vector cachedSerFactories = new java.util.Vector();
private java.util.Vector cachedDeserFactories = new java.util.Vector();
static org.apache.axis.description.OperationDesc [] _operations;
static {
_operations = new org.apache.axis.description.OperationDesc[1];
_initOperationDesc1();
}
private static void _initOperationDesc1(){
org.apache.axis.description.OperationDesc oper;
org.apache.axis.description.ParameterDesc param;
oper = new org.apache.axis.description.OperationDesc();
oper.setName("ZmesProdordconf");
param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "InItab"), org.apache.axis.description.ParameterDesc.INOUT, new javax.xml.namespace.QName("urn:sap-com:document:sap:soap:functions:mc-style", "TableOfZprodordconfStruIn"), com.foreverwin.mesnac.common.prodErp.ZprodordconfStruIn[].class, false, false);
param.setItemQName(new javax.xml.namespace.QName("", "item"));
param.setOmittable(true);
oper.addParameter(param);
param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "OutItab"), org.apache.axis.description.ParameterDesc.INOUT, new javax.xml.namespace.QName("urn:sap-com:document:sap:soap:functions:mc-style", "TableOfZprodordconfStruOut"), com.foreverwin.mesnac.common.prodErp.ZprodordconfStruOut[].class, false, false);
param.setItemQName(new javax.xml.namespace.QName("", "item"));
param.setOmittable(true);
oper.addParameter(param);
oper.setReturnType(new javax.xml.namespace.QName("urn:sap-com:document:sap:rfc:functions", "char1"));
oper.setReturnClass(String.class);
oper.setReturnQName(new javax.xml.namespace.QName("", "Ret"));
oper.setStyle(org.apache.axis.constants.Style.WRAPPED);
oper.setUse(org.apache.axis.constants.Use.LITERAL);
_operations[0] = oper;
}
public ZWS_ZMES_PRODORDCONF_BindingStub() throws org.apache.axis.AxisFault {
this(null);
}
public ZWS_ZMES_PRODORDCONF_BindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault {
this(service);
super.cachedEndpoint = endpointURL;
}
public ZWS_ZMES_PRODORDCONF_BindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault {
if (service == null) {
super.service = new org.apache.axis.client.Service();
} else {
super.service = service;
}
((org.apache.axis.client.Service)super.service).setTypeMappingVersion("1.1");
Class cls;
javax.xml.namespace.QName qName;
javax.xml.namespace.QName qName2;
Class beansf = org.apache.axis.encoding.ser.BeanSerializerFactory.class;
Class beandf = org.apache.axis.encoding.ser.BeanDeserializerFactory.class;
Class enumsf = org.apache.axis.encoding.ser.EnumSerializerFactory.class;
Class enumdf = org.apache.axis.encoding.ser.EnumDeserializerFactory.class;
Class arraysf = org.apache.axis.encoding.ser.ArraySerializerFactory.class;
Class arraydf = org.apache.axis.encoding.ser.ArrayDeserializerFactory.class;
Class simplesf = org.apache.axis.encoding.ser.SimpleSerializerFactory.class;
Class simpledf = org.apache.axis.encoding.ser.SimpleDeserializerFactory.class;
Class simplelistsf = org.apache.axis.encoding.ser.SimpleListSerializerFactory.class;
Class simplelistdf = org.apache.axis.encoding.ser.SimpleListDeserializerFactory.class;
qName = new javax.xml.namespace.QName("urn:sap-com:document:sap:rfc:functions", "char1");
cachedSerQNames.add(qName);
cls = String.class;
cachedSerClasses.add(cls);
cachedSerFactories.add(org.apache.axis.encoding.ser.BaseSerializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleSerializerFactory.class, cls, qName));
cachedDeserFactories.add(org.apache.axis.encoding.ser.BaseDeserializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleDeserializerFactory.class, cls, qName));
qName = new javax.xml.namespace.QName("urn:sap-com:document:sap:rfc:functions", "char12");
cachedSerQNames.add(qName);
cls = String.class;
cachedSerClasses.add(cls);
cachedSerFactories.add(org.apache.axis.encoding.ser.BaseSerializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleSerializerFactory.class, cls, qName));
cachedDeserFactories.add(org.apache.axis.encoding.ser.BaseDeserializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleDeserializerFactory.class, cls, qName));
qName = new javax.xml.namespace.QName("urn:sap-com:document:sap:rfc:functions", "char4");
cachedSerQNames.add(qName);
cls = String.class;
cachedSerClasses.add(cls);
cachedSerFactories.add(org.apache.axis.encoding.ser.BaseSerializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleSerializerFactory.class, cls, qName));
cachedDeserFactories.add(org.apache.axis.encoding.ser.BaseDeserializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleDeserializerFactory.class, cls, qName));
qName = new javax.xml.namespace.QName("urn:sap-com:document:sap:rfc:functions", "char50");
cachedSerQNames.add(qName);
cls = String.class;
cachedSerClasses.add(cls);
cachedSerFactories.add(org.apache.axis.encoding.ser.BaseSerializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleSerializerFactory.class, cls, qName));
cachedDeserFactories.add(org.apache.axis.encoding.ser.BaseDeserializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleDeserializerFactory.class, cls, qName));
qName = new javax.xml.namespace.QName("urn:sap-com:document:sap:rfc:functions", "quantum13.3");
cachedSerQNames.add(qName);
cls = java.math.BigDecimal.class;
cachedSerClasses.add(cls);
cachedSerFactories.add(org.apache.axis.encoding.ser.BaseSerializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleSerializerFactory.class, cls, qName));
cachedDeserFactories.add(org.apache.axis.encoding.ser.BaseDeserializerFactory.createFactory(org.apache.axis.encoding.ser.SimpleDeserializerFactory.class, cls, qName));
qName = new javax.xml.namespace.QName("urn:sap-com:document:sap:soap:functions:mc-style", "TableOfZprodordconfStruIn");
cachedSerQNames.add(qName);
cls = com.foreverwin.mesnac.common.prodErp.ZprodordconfStruIn[].class;
cachedSerClasses.add(cls);
qName = new javax.xml.namespace.QName("urn:sap-com:document:sap:soap:functions:mc-style", "ZprodordconfStruIn");
qName2 = new javax.xml.namespace.QName("", "item");
cachedSerFactories.add(new org.apache.axis.encoding.ser.ArraySerializerFactory(qName, qName2));
cachedDeserFactories.add(new org.apache.axis.encoding.ser.ArrayDeserializerFactory());
qName = new javax.xml.namespace.QName("urn:sap-com:document:sap:soap:functions:mc-style", "TableOfZprodordconfStruOut");
cachedSerQNames.add(qName);
cls = com.foreverwin.mesnac.common.prodErp.ZprodordconfStruOut[].class;
cachedSerClasses.add(cls);
qName = new javax.xml.namespace.QName("urn:sap-com:document:sap:soap:functions:mc-style", "ZprodordconfStruOut");
qName2 = new javax.xml.namespace.QName("", "item");
cachedSerFactories.add(new org.apache.axis.encoding.ser.ArraySerializerFactory(qName, qName2));
cachedDeserFactories.add(new org.apache.axis.encoding.ser.ArrayDeserializerFactory());
qName = new javax.xml.namespace.QName("urn:sap-com:document:sap:soap:functions:mc-style", "ZprodordconfStruIn");
cachedSerQNames.add(qName);
cls = com.foreverwin.mesnac.common.prodErp.ZprodordconfStruIn.class;
cachedSerClasses.add(cls);
cachedSerFactories.add(beansf);
cachedDeserFactories.add(beandf);
qName = new javax.xml.namespace.QName("urn:sap-com:document:sap:soap:functions:mc-style", "ZprodordconfStruOut");
cachedSerQNames.add(qName);
cls = com.foreverwin.mesnac.common.prodErp.ZprodordconfStruOut.class;
cachedSerClasses.add(cls);
cachedSerFactories.add(beansf);
cachedDeserFactories.add(beandf);
}
protected org.apache.axis.client.Call createCall() throws java.rmi.RemoteException {
try {
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
}
if (super.cachedUsername != null) {
_call.setUsername(super.cachedUsername);
}
if (super.cachedPassword != null) {
_call.setPassword(super.cachedPassword);
}
if (super.cachedEndpoint != null) {
_call.setTargetEndpointAddress(super.cachedEndpoint);
}
if (super.cachedTimeout != null) {
_call.setTimeout(super.cachedTimeout);
}
if (super.cachedPortName != null) {
_call.setPortName(super.cachedPortName);
}
java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
String key = (String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
}
// All the type mapping information is registered
// when the first call is made.
// The type mapping information is actually registered in
// the TypeMappingRegistry of the service, which
// is the reason why registration is only needed for the first call.
synchronized (this) {
if (firstCall()) {
// must set encoding style before registering serializers
_call.setEncodingStyle(null);
for (int i = 0; i < cachedSerFactories.size(); ++i) {
Class cls = (Class) cachedSerClasses.get(i);
javax.xml.namespace.QName qName =
(javax.xml.namespace.QName) cachedSerQNames.get(i);
Object x = cachedSerFactories.get(i);
if (x instanceof Class) {
Class sf = (Class)
cachedSerFactories.get(i);
Class df = (Class)
cachedDeserFactories.get(i);
_call.registerTypeMapping(cls, qName, sf, df, false);
}
else if (x instanceof javax.xml.rpc.encoding.SerializerFactory) {
org.apache.axis.encoding.SerializerFactory sf = (org.apache.axis.encoding.SerializerFactory)
cachedSerFactories.get(i);
org.apache.axis.encoding.DeserializerFactory df = (org.apache.axis.encoding.DeserializerFactory)
cachedDeserFactories.get(i);
_call.registerTypeMapping(cls, qName, sf, df, false);
}
}
}
}
return _call;
}
catch (Throwable _t) {
throw new org.apache.axis.AxisFault("Failure trying to get the Call object", _t);
}
}
public String zmesProdordconf(com.foreverwin.mesnac.common.prodErp.holders.TableOfZprodordconfStruInHolder inItab, com.foreverwin.mesnac.common.prodErp.holders.TableOfZprodordconfStruOutHolder outItab) throws java.rmi.RemoteException {
if (super.cachedEndpoint == null) {
throw new org.apache.axis.NoEndPointException();
}
org.apache.axis.client.Call _call = createCall();
_call.setOperation(_operations[0]);
_call.setUseSOAPAction(true);
_call.setSOAPActionURI("");
_call.setEncodingStyle(null);
_call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR, Boolean.FALSE);
_call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS, Boolean.FALSE);
_call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
_call.setOperationName(new javax.xml.namespace.QName("urn:sap-com:document:sap:soap:functions:mc-style", "ZmesProdordconf"));
setRequestHeaders(_call);
setAttachments(_call);
try { Object _resp = _call.invoke(new Object[] {inItab.value, outItab.value});
if (_resp instanceof java.rmi.RemoteException) {
throw (java.rmi.RemoteException)_resp;
}
else {
extractAttachments(_call);
java.util.Map _output;
_output = _call.getOutputParams();
try {
inItab.value = (com.foreverwin.mesnac.common.prodErp.ZprodordconfStruIn[]) _output.get(new javax.xml.namespace.QName("", "InItab"));
} catch (Exception _exception) {
inItab.value = (com.foreverwin.mesnac.common.prodErp.ZprodordconfStruIn[]) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "InItab")), com.foreverwin.mesnac.common.prodErp.ZprodordconfStruIn[].class);
}
try {
outItab.value = (com.foreverwin.mesnac.common.prodErp.ZprodordconfStruOut[]) _output.get(new javax.xml.namespace.QName("", "OutItab"));
} catch (Exception _exception) {
outItab.value = (com.foreverwin.mesnac.common.prodErp.ZprodordconfStruOut[]) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "OutItab")), com.foreverwin.mesnac.common.prodErp.ZprodordconfStruOut[].class);
}
try {
return (String) _resp;
} catch (Exception _exception) {
return (String) org.apache.axis.utils.JavaUtils.convert(_resp, String.class);
}
}
} catch (org.apache.axis.AxisFault axisFaultException) {
throw axisFaultException;
}
}
}

@ -0,0 +1,16 @@
/**
* ZWS_ZMES_PRODORDCONF_Service.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.foreverwin.mesnac.common.prodErp;
public interface ZWS_ZMES_PRODORDCONF_Service extends javax.xml.rpc.Service {
public String getZWS_ZMES_PRODORDCONFAddress();
public com.foreverwin.mesnac.common.prodErp.Zws_zmes_PRODORDCONF getZWS_ZMES_PRODORDCONF() throws javax.xml.rpc.ServiceException;
public com.foreverwin.mesnac.common.prodErp.Zws_zmes_PRODORDCONF getZWS_ZMES_PRODORDCONF(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}

@ -0,0 +1,142 @@
/**
* ZWS_ZMES_PRODORDCONF_ServiceLocator.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.foreverwin.mesnac.common.prodErp;
public class ZWS_ZMES_PRODORDCONF_ServiceLocator extends org.apache.axis.client.Service implements com.foreverwin.mesnac.common.prodErp.ZWS_ZMES_PRODORDCONF_Service {
public ZWS_ZMES_PRODORDCONF_ServiceLocator() {
}
public ZWS_ZMES_PRODORDCONF_ServiceLocator(org.apache.axis.EngineConfiguration config) {
super(config);
}
public ZWS_ZMES_PRODORDCONF_ServiceLocator(String wsdlLoc, javax.xml.namespace.QName sName) throws javax.xml.rpc.ServiceException {
super(wsdlLoc, sName);
}
// Use to get a proxy class for ZWS_ZMES_PRODORDCONF
private String ZWS_ZMES_PRODORDCONF_address = "http://srm.mesnac.com:8000/sap/bc/srt/rfc/sap/zws_zmes_prodordconf/900/zws_zmes_prodordconf/zws_zmes_prodordconf";
public String getZWS_ZMES_PRODORDCONFAddress() {
return ZWS_ZMES_PRODORDCONF_address;
}
// The WSDD service name defaults to the port name.
private String ZWS_ZMES_PRODORDCONFWSDDServiceName = "ZWS_ZMES_PRODORDCONF";
public String getZWS_ZMES_PRODORDCONFWSDDServiceName() {
return ZWS_ZMES_PRODORDCONFWSDDServiceName;
}
public void setZWS_ZMES_PRODORDCONFWSDDServiceName(String name) {
ZWS_ZMES_PRODORDCONFWSDDServiceName = name;
}
public com.foreverwin.mesnac.common.prodErp.Zws_zmes_PRODORDCONF getZWS_ZMES_PRODORDCONF() throws javax.xml.rpc.ServiceException {
java.net.URL endpoint;
try {
endpoint = new java.net.URL(ZWS_ZMES_PRODORDCONF_address);
}
catch (java.net.MalformedURLException e) {
throw new javax.xml.rpc.ServiceException(e);
}
return getZWS_ZMES_PRODORDCONF(endpoint);
}
public com.foreverwin.mesnac.common.prodErp.Zws_zmes_PRODORDCONF getZWS_ZMES_PRODORDCONF(java.net.URL portAddress) throws javax.xml.rpc.ServiceException {
try {
com.foreverwin.mesnac.common.prodErp.ZWS_ZMES_PRODORDCONF_BindingStub _stub = new com.foreverwin.mesnac.common.prodErp.ZWS_ZMES_PRODORDCONF_BindingStub(portAddress, this);
_stub.setPortName(getZWS_ZMES_PRODORDCONFWSDDServiceName());
return _stub;
}
catch (org.apache.axis.AxisFault e) {
return null;
}
}
public void setZWS_ZMES_PRODORDCONFEndpointAddress(String address) {
ZWS_ZMES_PRODORDCONF_address = address;
}
/**
* 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 (com.foreverwin.mesnac.common.prodErp.Zws_zmes_PRODORDCONF.class.isAssignableFrom(serviceEndpointInterface)) {
com.foreverwin.mesnac.common.prodErp.ZWS_ZMES_PRODORDCONF_BindingStub _stub = new com.foreverwin.mesnac.common.prodErp.ZWS_ZMES_PRODORDCONF_BindingStub(new java.net.URL(ZWS_ZMES_PRODORDCONF_address), this);
_stub.setPortName(getZWS_ZMES_PRODORDCONFWSDDServiceName());
return _stub;
}
}
catch (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()));
}
/**
* 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(javax.xml.namespace.QName portName, Class serviceEndpointInterface) throws javax.xml.rpc.ServiceException {
if (portName == null) {
return getPort(serviceEndpointInterface);
}
String inputPortName = portName.getLocalPart();
if ("ZWS_ZMES_PRODORDCONF".equals(inputPortName)) {
return getZWS_ZMES_PRODORDCONF();
}
else {
java.rmi.Remote _stub = getPort(serviceEndpointInterface);
((org.apache.axis.client.Stub) _stub).setPortName(portName);
return _stub;
}
}
public javax.xml.namespace.QName getServiceName() {
return new javax.xml.namespace.QName("urn:sap-com:document:sap:soap:functions:mc-style", "ZWS_ZMES_PRODORDCONF");
}
private java.util.HashSet ports = null;
public java.util.Iterator getPorts() {
if (ports == null) {
ports = new java.util.HashSet();
ports.add(new javax.xml.namespace.QName("urn:sap-com:document:sap:soap:functions:mc-style", "ZWS_ZMES_PRODORDCONF"));
}
return ports.iterator();
}
/**
* Set the endpoint address for the specified port name.
*/
public void setEndpointAddress(String portName, String address) throws javax.xml.rpc.ServiceException {
if ("ZWS_ZMES_PRODORDCONF".equals(portName)) {
setZWS_ZMES_PRODORDCONFEndpointAddress(address);
}
else
{ // Unknown Port Name
throw new javax.xml.rpc.ServiceException(" Cannot set Endpoint Address for Unknown Port" + portName);
}
}
/**
* Set the endpoint address for the specified port name.
*/
public void setEndpointAddress(javax.xml.namespace.QName portName, String address) throws javax.xml.rpc.ServiceException {
setEndpointAddress(portName.getLocalPart(), address);
}
}

@ -0,0 +1,479 @@
/**
* ZprodordconfStruIn.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.foreverwin.mesnac.common.prodErp;
public class ZprodordconfStruIn implements java.io.Serializable {
private String aufnr;
private String vornr;
private String aueru;
private java.math.BigDecimal lmnga;
private java.math.BigDecimal xmnga;
private java.math.BigDecimal ism01;
private java.math.BigDecimal ism02;
private java.math.BigDecimal ism03;
private java.math.BigDecimal ism04;
private java.math.BigDecimal ism05;
private java.math.BigDecimal ism06;
public ZprodordconfStruIn() {
}
public ZprodordconfStruIn(
String aufnr,
String vornr,
String aueru,
java.math.BigDecimal lmnga,
java.math.BigDecimal xmnga,
java.math.BigDecimal ism01,
java.math.BigDecimal ism02,
java.math.BigDecimal ism03,
java.math.BigDecimal ism04,
java.math.BigDecimal ism05,
java.math.BigDecimal ism06) {
this.aufnr = aufnr;
this.vornr = vornr;
this.aueru = aueru;
this.lmnga = lmnga;
this.xmnga = xmnga;
this.ism01 = ism01;
this.ism02 = ism02;
this.ism03 = ism03;
this.ism04 = ism04;
this.ism05 = ism05;
this.ism06 = ism06;
}
/**
* Gets the aufnr value for this ZprodordconfStruIn.
*
* @return aufnr
*/
public String getAufnr() {
return aufnr;
}
/**
* Sets the aufnr value for this ZprodordconfStruIn.
*
* @param aufnr
*/
public void setAufnr(String aufnr) {
this.aufnr = aufnr;
}
/**
* Gets the vornr value for this ZprodordconfStruIn.
*
* @return vornr
*/
public String getVornr() {
return vornr;
}
/**
* Sets the vornr value for this ZprodordconfStruIn.
*
* @param vornr
*/
public void setVornr(String vornr) {
this.vornr = vornr;
}
/**
* Gets the aueru value for this ZprodordconfStruIn.
*
* @return aueru
*/
public String getAueru() {
return aueru;
}
/**
* Sets the aueru value for this ZprodordconfStruIn.
*
* @param aueru
*/
public void setAueru(String aueru) {
this.aueru = aueru;
}
/**
* Gets the lmnga value for this ZprodordconfStruIn.
*
* @return lmnga
*/
public java.math.BigDecimal getLmnga() {
return lmnga;
}
/**
* Sets the lmnga value for this ZprodordconfStruIn.
*
* @param lmnga
*/
public void setLmnga(java.math.BigDecimal lmnga) {
this.lmnga = lmnga;
}
/**
* Gets the xmnga value for this ZprodordconfStruIn.
*
* @return xmnga
*/
public java.math.BigDecimal getXmnga() {
return xmnga;
}
/**
* Sets the xmnga value for this ZprodordconfStruIn.
*
* @param xmnga
*/
public void setXmnga(java.math.BigDecimal xmnga) {
this.xmnga = xmnga;
}
/**
* Gets the ism01 value for this ZprodordconfStruIn.
*
* @return ism01
*/
public java.math.BigDecimal getIsm01() {
return ism01;
}
/**
* Sets the ism01 value for this ZprodordconfStruIn.
*
* @param ism01
*/
public void setIsm01(java.math.BigDecimal ism01) {
this.ism01 = ism01;
}
/**
* Gets the ism02 value for this ZprodordconfStruIn.
*
* @return ism02
*/
public java.math.BigDecimal getIsm02() {
return ism02;
}
/**
* Sets the ism02 value for this ZprodordconfStruIn.
*
* @param ism02
*/
public void setIsm02(java.math.BigDecimal ism02) {
this.ism02 = ism02;
}
/**
* Gets the ism03 value for this ZprodordconfStruIn.
*
* @return ism03
*/
public java.math.BigDecimal getIsm03() {
return ism03;
}
/**
* Sets the ism03 value for this ZprodordconfStruIn.
*
* @param ism03
*/
public void setIsm03(java.math.BigDecimal ism03) {
this.ism03 = ism03;
}
/**
* Gets the ism04 value for this ZprodordconfStruIn.
*
* @return ism04
*/
public java.math.BigDecimal getIsm04() {
return ism04;
}
/**
* Sets the ism04 value for this ZprodordconfStruIn.
*
* @param ism04
*/
public void setIsm04(java.math.BigDecimal ism04) {
this.ism04 = ism04;
}
/**
* Gets the ism05 value for this ZprodordconfStruIn.
*
* @return ism05
*/
public java.math.BigDecimal getIsm05() {
return ism05;
}
/**
* Sets the ism05 value for this ZprodordconfStruIn.
*
* @param ism05
*/
public void setIsm05(java.math.BigDecimal ism05) {
this.ism05 = ism05;
}
/**
* Gets the ism06 value for this ZprodordconfStruIn.
*
* @return ism06
*/
public java.math.BigDecimal getIsm06() {
return ism06;
}
/**
* Sets the ism06 value for this ZprodordconfStruIn.
*
* @param ism06
*/
public void setIsm06(java.math.BigDecimal ism06) {
this.ism06 = ism06;
}
private Object __equalsCalc = null;
public synchronized boolean equals(Object obj) {
if (!(obj instanceof ZprodordconfStruIn)) return false;
ZprodordconfStruIn other = (ZprodordconfStruIn) obj;
if (obj == null) return false;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);
}
__equalsCalc = obj;
boolean _equals;
_equals = true &&
((this.aufnr==null && other.getAufnr()==null) ||
(this.aufnr!=null &&
this.aufnr.equals(other.getAufnr()))) &&
((this.vornr==null && other.getVornr()==null) ||
(this.vornr!=null &&
this.vornr.equals(other.getVornr()))) &&
((this.aueru==null && other.getAueru()==null) ||
(this.aueru!=null &&
this.aueru.equals(other.getAueru()))) &&
((this.lmnga==null && other.getLmnga()==null) ||
(this.lmnga!=null &&
this.lmnga.equals(other.getLmnga()))) &&
((this.xmnga==null && other.getXmnga()==null) ||
(this.xmnga!=null &&
this.xmnga.equals(other.getXmnga()))) &&
((this.ism01==null && other.getIsm01()==null) ||
(this.ism01!=null &&
this.ism01.equals(other.getIsm01()))) &&
((this.ism02==null && other.getIsm02()==null) ||
(this.ism02!=null &&
this.ism02.equals(other.getIsm02()))) &&
((this.ism03==null && other.getIsm03()==null) ||
(this.ism03!=null &&
this.ism03.equals(other.getIsm03()))) &&
((this.ism04==null && other.getIsm04()==null) ||
(this.ism04!=null &&
this.ism04.equals(other.getIsm04()))) &&
((this.ism05==null && other.getIsm05()==null) ||
(this.ism05!=null &&
this.ism05.equals(other.getIsm05()))) &&
((this.ism06==null && other.getIsm06()==null) ||
(this.ism06!=null &&
this.ism06.equals(other.getIsm06())));
__equalsCalc = null;
return _equals;
}
private boolean __hashCodeCalc = false;
public synchronized int hashCode() {
if (__hashCodeCalc) {
return 0;
}
__hashCodeCalc = true;
int _hashCode = 1;
if (getAufnr() != null) {
_hashCode += getAufnr().hashCode();
}
if (getVornr() != null) {
_hashCode += getVornr().hashCode();
}
if (getAueru() != null) {
_hashCode += getAueru().hashCode();
}
if (getLmnga() != null) {
_hashCode += getLmnga().hashCode();
}
if (getXmnga() != null) {
_hashCode += getXmnga().hashCode();
}
if (getIsm01() != null) {
_hashCode += getIsm01().hashCode();
}
if (getIsm02() != null) {
_hashCode += getIsm02().hashCode();
}
if (getIsm03() != null) {
_hashCode += getIsm03().hashCode();
}
if (getIsm04() != null) {
_hashCode += getIsm04().hashCode();
}
if (getIsm05() != null) {
_hashCode += getIsm05().hashCode();
}
if (getIsm06() != null) {
_hashCode += getIsm06().hashCode();
}
__hashCodeCalc = false;
return _hashCode;
}
// Type metadata
private static org.apache.axis.description.TypeDesc typeDesc =
new org.apache.axis.description.TypeDesc(ZprodordconfStruIn.class, true);
static {
typeDesc.setXmlType(new javax.xml.namespace.QName("urn:sap-com:document:sap:soap:functions:mc-style", "ZprodordconfStruIn"));
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("aufnr");
elemField.setXmlName(new javax.xml.namespace.QName("", "Aufnr"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("vornr");
elemField.setXmlName(new javax.xml.namespace.QName("", "Vornr"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("aueru");
elemField.setXmlName(new javax.xml.namespace.QName("", "Aueru"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("lmnga");
elemField.setXmlName(new javax.xml.namespace.QName("", "Lmnga"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "decimal"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("xmnga");
elemField.setXmlName(new javax.xml.namespace.QName("", "Xmnga"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "decimal"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("ism01");
elemField.setXmlName(new javax.xml.namespace.QName("", "Ism01"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "decimal"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("ism02");
elemField.setXmlName(new javax.xml.namespace.QName("", "Ism02"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "decimal"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("ism03");
elemField.setXmlName(new javax.xml.namespace.QName("", "Ism03"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "decimal"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("ism04");
elemField.setXmlName(new javax.xml.namespace.QName("", "Ism04"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "decimal"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("ism05");
elemField.setXmlName(new javax.xml.namespace.QName("", "Ism05"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "decimal"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("ism06");
elemField.setXmlName(new javax.xml.namespace.QName("", "Ism06"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "decimal"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
}
/**
* Return type metadata object
*/
public static org.apache.axis.description.TypeDesc getTypeDesc() {
return typeDesc;
}
/**
* Get Custom Serializer
*/
public static org.apache.axis.encoding.Serializer getSerializer(
String mechType,
Class _javaType,
javax.xml.namespace.QName _xmlType) {
return
new org.apache.axis.encoding.ser.BeanSerializer(
_javaType, _xmlType, typeDesc);
}
/**
* Get Custom Deserializer
*/
public static org.apache.axis.encoding.Deserializer getDeserializer(
String mechType,
Class _javaType,
javax.xml.namespace.QName _xmlType) {
return
new org.apache.axis.encoding.ser.BeanDeserializer(
_javaType, _xmlType, typeDesc);
}
}

@ -0,0 +1,515 @@
/**
* ZprodordconfStruOut.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.foreverwin.mesnac.common.prodErp;
public class ZprodordconfStruOut implements java.io.Serializable {
private String aufnr;
private String vornr;
private String aueru;
private java.math.BigDecimal lmnga;
private java.math.BigDecimal ism01;
private java.math.BigDecimal ism02;
private java.math.BigDecimal ism03;
private java.math.BigDecimal ism04;
private java.math.BigDecimal ism05;
private java.math.BigDecimal ism06;
private String ret;
private String msg;
public ZprodordconfStruOut() {
}
public ZprodordconfStruOut(
String aufnr,
String vornr,
String aueru,
java.math.BigDecimal lmnga,
java.math.BigDecimal ism01,
java.math.BigDecimal ism02,
java.math.BigDecimal ism03,
java.math.BigDecimal ism04,
java.math.BigDecimal ism05,
java.math.BigDecimal ism06,
String ret,
String msg) {
this.aufnr = aufnr;
this.vornr = vornr;
this.aueru = aueru;
this.lmnga = lmnga;
this.ism01 = ism01;
this.ism02 = ism02;
this.ism03 = ism03;
this.ism04 = ism04;
this.ism05 = ism05;
this.ism06 = ism06;
this.ret = ret;
this.msg = msg;
}
/**
* Gets the aufnr value for this ZprodordconfStruOut.
*
* @return aufnr
*/
public String getAufnr() {
return aufnr;
}
/**
* Sets the aufnr value for this ZprodordconfStruOut.
*
* @param aufnr
*/
public void setAufnr(String aufnr) {
this.aufnr = aufnr;
}
/**
* Gets the vornr value for this ZprodordconfStruOut.
*
* @return vornr
*/
public String getVornr() {
return vornr;
}
/**
* Sets the vornr value for this ZprodordconfStruOut.
*
* @param vornr
*/
public void setVornr(String vornr) {
this.vornr = vornr;
}
/**
* Gets the aueru value for this ZprodordconfStruOut.
*
* @return aueru
*/
public String getAueru() {
return aueru;
}
/**
* Sets the aueru value for this ZprodordconfStruOut.
*
* @param aueru
*/
public void setAueru(String aueru) {
this.aueru = aueru;
}
/**
* Gets the lmnga value for this ZprodordconfStruOut.
*
* @return lmnga
*/
public java.math.BigDecimal getLmnga() {
return lmnga;
}
/**
* Sets the lmnga value for this ZprodordconfStruOut.
*
* @param lmnga
*/
public void setLmnga(java.math.BigDecimal lmnga) {
this.lmnga = lmnga;
}
/**
* Gets the ism01 value for this ZprodordconfStruOut.
*
* @return ism01
*/
public java.math.BigDecimal getIsm01() {
return ism01;
}
/**
* Sets the ism01 value for this ZprodordconfStruOut.
*
* @param ism01
*/
public void setIsm01(java.math.BigDecimal ism01) {
this.ism01 = ism01;
}
/**
* Gets the ism02 value for this ZprodordconfStruOut.
*
* @return ism02
*/
public java.math.BigDecimal getIsm02() {
return ism02;
}
/**
* Sets the ism02 value for this ZprodordconfStruOut.
*
* @param ism02
*/
public void setIsm02(java.math.BigDecimal ism02) {
this.ism02 = ism02;
}
/**
* Gets the ism03 value for this ZprodordconfStruOut.
*
* @return ism03
*/
public java.math.BigDecimal getIsm03() {
return ism03;
}
/**
* Sets the ism03 value for this ZprodordconfStruOut.
*
* @param ism03
*/
public void setIsm03(java.math.BigDecimal ism03) {
this.ism03 = ism03;
}
/**
* Gets the ism04 value for this ZprodordconfStruOut.
*
* @return ism04
*/
public java.math.BigDecimal getIsm04() {
return ism04;
}
/**
* Sets the ism04 value for this ZprodordconfStruOut.
*
* @param ism04
*/
public void setIsm04(java.math.BigDecimal ism04) {
this.ism04 = ism04;
}
/**
* Gets the ism05 value for this ZprodordconfStruOut.
*
* @return ism05
*/
public java.math.BigDecimal getIsm05() {
return ism05;
}
/**
* Sets the ism05 value for this ZprodordconfStruOut.
*
* @param ism05
*/
public void setIsm05(java.math.BigDecimal ism05) {
this.ism05 = ism05;
}
/**
* Gets the ism06 value for this ZprodordconfStruOut.
*
* @return ism06
*/
public java.math.BigDecimal getIsm06() {
return ism06;
}
/**
* Sets the ism06 value for this ZprodordconfStruOut.
*
* @param ism06
*/
public void setIsm06(java.math.BigDecimal ism06) {
this.ism06 = ism06;
}
/**
* Gets the ret value for this ZprodordconfStruOut.
*
* @return ret
*/
public String getRet() {
return ret;
}
/**
* Sets the ret value for this ZprodordconfStruOut.
*
* @param ret
*/
public void setRet(String ret) {
this.ret = ret;
}
/**
* Gets the msg value for this ZprodordconfStruOut.
*
* @return msg
*/
public String getMsg() {
return msg;
}
/**
* Sets the msg value for this ZprodordconfStruOut.
*
* @param msg
*/
public void setMsg(String msg) {
this.msg = msg;
}
private Object __equalsCalc = null;
public synchronized boolean equals(Object obj) {
if (!(obj instanceof ZprodordconfStruOut)) return false;
ZprodordconfStruOut other = (ZprodordconfStruOut) obj;
if (obj == null) return false;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);
}
__equalsCalc = obj;
boolean _equals;
_equals = true &&
((this.aufnr==null && other.getAufnr()==null) ||
(this.aufnr!=null &&
this.aufnr.equals(other.getAufnr()))) &&
((this.vornr==null && other.getVornr()==null) ||
(this.vornr!=null &&
this.vornr.equals(other.getVornr()))) &&
((this.aueru==null && other.getAueru()==null) ||
(this.aueru!=null &&
this.aueru.equals(other.getAueru()))) &&
((this.lmnga==null && other.getLmnga()==null) ||
(this.lmnga!=null &&
this.lmnga.equals(other.getLmnga()))) &&
((this.ism01==null && other.getIsm01()==null) ||
(this.ism01!=null &&
this.ism01.equals(other.getIsm01()))) &&
((this.ism02==null && other.getIsm02()==null) ||
(this.ism02!=null &&
this.ism02.equals(other.getIsm02()))) &&
((this.ism03==null && other.getIsm03()==null) ||
(this.ism03!=null &&
this.ism03.equals(other.getIsm03()))) &&
((this.ism04==null && other.getIsm04()==null) ||
(this.ism04!=null &&
this.ism04.equals(other.getIsm04()))) &&
((this.ism05==null && other.getIsm05()==null) ||
(this.ism05!=null &&
this.ism05.equals(other.getIsm05()))) &&
((this.ism06==null && other.getIsm06()==null) ||
(this.ism06!=null &&
this.ism06.equals(other.getIsm06()))) &&
((this.ret==null && other.getRet()==null) ||
(this.ret!=null &&
this.ret.equals(other.getRet()))) &&
((this.msg==null && other.getMsg()==null) ||
(this.msg!=null &&
this.msg.equals(other.getMsg())));
__equalsCalc = null;
return _equals;
}
private boolean __hashCodeCalc = false;
public synchronized int hashCode() {
if (__hashCodeCalc) {
return 0;
}
__hashCodeCalc = true;
int _hashCode = 1;
if (getAufnr() != null) {
_hashCode += getAufnr().hashCode();
}
if (getVornr() != null) {
_hashCode += getVornr().hashCode();
}
if (getAueru() != null) {
_hashCode += getAueru().hashCode();
}
if (getLmnga() != null) {
_hashCode += getLmnga().hashCode();
}
if (getIsm01() != null) {
_hashCode += getIsm01().hashCode();
}
if (getIsm02() != null) {
_hashCode += getIsm02().hashCode();
}
if (getIsm03() != null) {
_hashCode += getIsm03().hashCode();
}
if (getIsm04() != null) {
_hashCode += getIsm04().hashCode();
}
if (getIsm05() != null) {
_hashCode += getIsm05().hashCode();
}
if (getIsm06() != null) {
_hashCode += getIsm06().hashCode();
}
if (getRet() != null) {
_hashCode += getRet().hashCode();
}
if (getMsg() != null) {
_hashCode += getMsg().hashCode();
}
__hashCodeCalc = false;
return _hashCode;
}
// Type metadata
private static org.apache.axis.description.TypeDesc typeDesc =
new org.apache.axis.description.TypeDesc(ZprodordconfStruOut.class, true);
static {
typeDesc.setXmlType(new javax.xml.namespace.QName("urn:sap-com:document:sap:soap:functions:mc-style", "ZprodordconfStruOut"));
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("aufnr");
elemField.setXmlName(new javax.xml.namespace.QName("", "Aufnr"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("vornr");
elemField.setXmlName(new javax.xml.namespace.QName("", "Vornr"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("aueru");
elemField.setXmlName(new javax.xml.namespace.QName("", "Aueru"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("lmnga");
elemField.setXmlName(new javax.xml.namespace.QName("", "Lmnga"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "decimal"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("ism01");
elemField.setXmlName(new javax.xml.namespace.QName("", "Ism01"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "decimal"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("ism02");
elemField.setXmlName(new javax.xml.namespace.QName("", "Ism02"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "decimal"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("ism03");
elemField.setXmlName(new javax.xml.namespace.QName("", "Ism03"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "decimal"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("ism04");
elemField.setXmlName(new javax.xml.namespace.QName("", "Ism04"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "decimal"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("ism05");
elemField.setXmlName(new javax.xml.namespace.QName("", "Ism05"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "decimal"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("ism06");
elemField.setXmlName(new javax.xml.namespace.QName("", "Ism06"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "decimal"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("ret");
elemField.setXmlName(new javax.xml.namespace.QName("", "Ret"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("msg");
elemField.setXmlName(new javax.xml.namespace.QName("", "Msg"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
}
/**
* Return type metadata object
*/
public static org.apache.axis.description.TypeDesc getTypeDesc() {
return typeDesc;
}
/**
* Get Custom Serializer
*/
public static org.apache.axis.encoding.Serializer getSerializer(
String mechType,
Class _javaType,
javax.xml.namespace.QName _xmlType) {
return
new org.apache.axis.encoding.ser.BeanSerializer(
_javaType, _xmlType, typeDesc);
}
/**
* Get Custom Deserializer
*/
public static org.apache.axis.encoding.Deserializer getDeserializer(
String mechType,
Class _javaType,
javax.xml.namespace.QName _xmlType) {
return
new org.apache.axis.encoding.ser.BeanDeserializer(
_javaType, _xmlType, typeDesc);
}
}

@ -0,0 +1,12 @@
/**
* Zws_zmes_PRODORDCONF.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.foreverwin.mesnac.common.prodErp;
public interface Zws_zmes_PRODORDCONF extends java.rmi.Remote {
public String zmesProdordconf(com.foreverwin.mesnac.common.prodErp.holders.TableOfZprodordconfStruInHolder inItab, com.foreverwin.mesnac.common.prodErp.holders.TableOfZprodordconfStruOutHolder outItab) throws java.rmi.RemoteException;
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,20 @@
/**
* TableOfZprodordconfStruInHolder.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.foreverwin.mesnac.common.prodErp.holders;
public final class TableOfZprodordconfStruInHolder implements javax.xml.rpc.holders.Holder {
public com.foreverwin.mesnac.common.prodErp.ZprodordconfStruIn[] value;
public TableOfZprodordconfStruInHolder() {
}
public TableOfZprodordconfStruInHolder(com.foreverwin.mesnac.common.prodErp.ZprodordconfStruIn[] value) {
this.value = value;
}
}

@ -0,0 +1,20 @@
/**
* TableOfZprodordconfStruOutHolder.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.foreverwin.mesnac.common.prodErp.holders;
public final class TableOfZprodordconfStruOutHolder implements javax.xml.rpc.holders.Holder {
public com.foreverwin.mesnac.common.prodErp.ZprodordconfStruOut[] value;
public TableOfZprodordconfStruOutHolder() {
}
public TableOfZprodordconfStruOutHolder(com.foreverwin.mesnac.common.prodErp.ZprodordconfStruOut[] value) {
this.value = value;
}
}

@ -0,0 +1,20 @@
/**
* ZprodordconfStruInHolder.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.foreverwin.mesnac.common.prodErp.holders;
public final class ZprodordconfStruInHolder implements javax.xml.rpc.holders.Holder {
public com.foreverwin.mesnac.common.prodErp.ZprodordconfStruIn value;
public ZprodordconfStruInHolder() {
}
public ZprodordconfStruInHolder(com.foreverwin.mesnac.common.prodErp.ZprodordconfStruIn value) {
this.value = value;
}
}

@ -0,0 +1,20 @@
/**
* ZprodordconfStruOutHolder.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.foreverwin.mesnac.common.prodErp.holders;
public final class ZprodordconfStruOutHolder implements javax.xml.rpc.holders.Holder {
public com.foreverwin.mesnac.common.prodErp.ZprodordconfStruOut value;
public ZprodordconfStruOutHolder() {
}
public ZprodordconfStruOutHolder(com.foreverwin.mesnac.common.prodErp.ZprodordconfStruOut value) {
this.value = value;
}
}

@ -1,7 +1,7 @@
package com.foreverwin.mesnac.common.util;
import com.foreverwin.mesnac.common.erp.ZWS_ZMES_PRODORDCONF_ServiceLocator;
import com.foreverwin.mesnac.common.erp.Zws_zmes_PRODORDCONF;
import com.foreverwin.mesnac.common.prodErp.ZWS_ZMES_PRODORDCONF_ServiceLocator;
import com.foreverwin.mesnac.common.prodErp.Zws_zmes_PRODORDCONF;
import com.foreverwin.mesnac.meapi.util.StringUtils;
import org.apache.axis.client.Stub;

@ -43,7 +43,7 @@ ftp:
#打印服务
print:
server: http://172.16.170.165:8022/print/mesnacprint
server: http://172.16.170.163:8022/print/mesnacprint
#文件模板路径
exportDocument:

Loading…
Cancel
Save