11 changed files with 919 additions and 8 deletions
-
24ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSoft.DataProject.csproj
-
19ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs
-
120ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSWareHouseService.cs
-
13ICSSoft.WMS.WebAPI/ICSSoft.DataProject/Properties/Settings.Designer.cs
-
3ICSSoft.WMS.WebAPI/ICSSoft.DataProject/Properties/Settings.settings
-
529ICSSoft.WMS.WebAPI/ICSSoft.DataProject/Web References/SAPCallBackDocVPNCS/Reference.cs
-
6ICSSoft.WMS.WebAPI/ICSSoft.DataProject/Web References/SAPCallBackDocVPNCS/Reference.map
-
10ICSSoft.WMS.WebAPI/ICSSoft.DataProject/Web References/SAPCallBackDocVPNCS/ZWMS_SK_WS_PZResponse.datasource
-
194ICSSoft.WMS.WebAPI/ICSSoft.DataProject/Web References/SAPCallBackDocVPNCS/document.wsdl
-
4ICSSoft.WMS.WebAPI/ICSSoft.DataProject/app.config
-
5ICSSoft.WMS.WebAPI/ICSSoft.Entity/ICSMTDocModel.cs
@ -0,0 +1,529 @@ |
|||
//------------------------------------------------------------------------------
|
|||
// <auto-generated>
|
|||
// 此代码由工具生成。
|
|||
// 运行时版本:4.0.30319.42000
|
|||
//
|
|||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|||
// 重新生成代码,这些更改将会丢失。
|
|||
// </auto-generated>
|
|||
//------------------------------------------------------------------------------
|
|||
|
|||
//
|
|||
// 此源代码是由 Microsoft.VSDesigner 4.0.30319.42000 版自动生成。
|
|||
//
|
|||
#pragma warning disable 1591
|
|||
|
|||
namespace ICSSoft.DataProject.SAPCallBackDocVPNCS { |
|||
using System.Diagnostics; |
|||
using System; |
|||
using System.Xml.Serialization; |
|||
using System.ComponentModel; |
|||
using System.Web.Services.Protocols; |
|||
using System.Web.Services; |
|||
|
|||
|
|||
/// <remarks/>
|
|||
// CODEGEN: 未处理命名空间“http://schemas.xmlsoap.org/ws/2004/09/policy”中的可选 WSDL 扩展元素“Policy”。
|
|||
// CODEGEN: 未处理命名空间“http://schemas.xmlsoap.org/ws/2004/08/addressing”中的可选 WSDL 扩展元素“EndpointReference”。
|
|||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
|||
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|||
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|||
[System.Web.Services.WebServiceBindingAttribute(Name="ZWMS_SK_WS_PZ", Namespace="urn:sap-com:document:sap:rfc:functions")] |
|||
public partial class ZWMS_SK_WS_PZ : System.Web.Services.Protocols.SoapHttpClientProtocol { |
|||
|
|||
private System.Threading.SendOrPostCallback CallZWMS_SK_WS_PZOperationCompleted; |
|||
|
|||
private bool useDefaultCredentialsSetExplicitly; |
|||
|
|||
/// <remarks/>
|
|||
public ZWMS_SK_WS_PZ() { |
|||
this.Url = global::ICSSoft.DataProject.Properties.Settings.Default.ICSSoft_DataProject_SAPCallBackDocVPNCS_ZWMS_SK_WS_PZ; |
|||
if ((this.IsLocalFileSystemWebService(this.Url) == true)) { |
|||
this.UseDefaultCredentials = true; |
|||
this.useDefaultCredentialsSetExplicitly = false; |
|||
} |
|||
else { |
|||
this.useDefaultCredentialsSetExplicitly = true; |
|||
} |
|||
} |
|||
|
|||
public new string Url { |
|||
get { |
|||
return base.Url; |
|||
} |
|||
set { |
|||
if ((((this.IsLocalFileSystemWebService(base.Url) == true) |
|||
&& (this.useDefaultCredentialsSetExplicitly == false)) |
|||
&& (this.IsLocalFileSystemWebService(value) == false))) { |
|||
base.UseDefaultCredentials = false; |
|||
} |
|||
base.Url = value; |
|||
} |
|||
} |
|||
|
|||
public new bool UseDefaultCredentials { |
|||
get { |
|||
return base.UseDefaultCredentials; |
|||
} |
|||
set { |
|||
base.UseDefaultCredentials = value; |
|||
this.useDefaultCredentialsSetExplicitly = true; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
public event CallZWMS_SK_WS_PZCompletedEventHandler CallZWMS_SK_WS_PZCompleted; |
|||
|
|||
/// <remarks/>
|
|||
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] |
|||
[return: System.Xml.Serialization.XmlElementAttribute("ZWMS_SK_WS_PZResponse", Namespace="urn:sap-com:document:sap:rfc:functions")] |
|||
public ZWMS_SK_WS_PZResponse CallZWMS_SK_WS_PZ([System.Xml.Serialization.XmlElementAttribute(Namespace="urn:sap-com:document:sap:rfc:functions")] ZWMS_SK_WS_PZ1 ZWMS_SK_WS_PZ) { |
|||
object[] results = this.Invoke("CallZWMS_SK_WS_PZ", new object[] { |
|||
ZWMS_SK_WS_PZ}); |
|||
return ((ZWMS_SK_WS_PZResponse)(results[0])); |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
public void CallZWMS_SK_WS_PZAsync(ZWMS_SK_WS_PZ1 ZWMS_SK_WS_PZ) { |
|||
this.CallZWMS_SK_WS_PZAsync(ZWMS_SK_WS_PZ, null); |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
public void CallZWMS_SK_WS_PZAsync(ZWMS_SK_WS_PZ1 ZWMS_SK_WS_PZ, object userState) { |
|||
if ((this.CallZWMS_SK_WS_PZOperationCompleted == null)) { |
|||
this.CallZWMS_SK_WS_PZOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCallZWMS_SK_WS_PZOperationCompleted); |
|||
} |
|||
this.InvokeAsync("CallZWMS_SK_WS_PZ", new object[] { |
|||
ZWMS_SK_WS_PZ}, this.CallZWMS_SK_WS_PZOperationCompleted, userState); |
|||
} |
|||
|
|||
private void OnCallZWMS_SK_WS_PZOperationCompleted(object arg) { |
|||
if ((this.CallZWMS_SK_WS_PZCompleted != null)) { |
|||
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
|||
this.CallZWMS_SK_WS_PZCompleted(this, new CallZWMS_SK_WS_PZCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
public new void CancelAsync(object userState) { |
|||
base.CancelAsync(userState); |
|||
} |
|||
|
|||
private bool IsLocalFileSystemWebService(string url) { |
|||
if (((url == null) |
|||
|| (url == string.Empty))) { |
|||
return false; |
|||
} |
|||
System.Uri wsUri = new System.Uri(url); |
|||
if (((wsUri.Port >= 1024) |
|||
&& (string.Compare(wsUri.Host, "localHost", System.StringComparison.OrdinalIgnoreCase) == 0))) { |
|||
return true; |
|||
} |
|||
return false; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] |
|||
[System.SerializableAttribute()] |
|||
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|||
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:rfc:functions")] |
|||
public partial class ZWMS_SK_WS_PZ1 { |
|||
|
|||
private string dANJUField; |
|||
|
|||
private string nEWIDField; |
|||
|
|||
private string sTATEField; |
|||
|
|||
private ZWEB_RETURN[] z_FLAGField; |
|||
|
|||
private ZWEBS_GERNR[] z_GERNRField; |
|||
|
|||
private ZWMS_PZ[] z_ITEMField; |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
public string DANJU { |
|||
get { |
|||
return this.dANJUField; |
|||
} |
|||
set { |
|||
this.dANJUField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
public string NEWID { |
|||
get { |
|||
return this.nEWIDField; |
|||
} |
|||
set { |
|||
this.nEWIDField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
public string STATE { |
|||
get { |
|||
return this.sTATEField; |
|||
} |
|||
set { |
|||
this.sTATEField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
[System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] |
|||
public ZWEB_RETURN[] Z_FLAG { |
|||
get { |
|||
return this.z_FLAGField; |
|||
} |
|||
set { |
|||
this.z_FLAGField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
[System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] |
|||
public ZWEBS_GERNR[] Z_GERNR { |
|||
get { |
|||
return this.z_GERNRField; |
|||
} |
|||
set { |
|||
this.z_GERNRField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
[System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] |
|||
public ZWMS_PZ[] Z_ITEM { |
|||
get { |
|||
return this.z_ITEMField; |
|||
} |
|||
set { |
|||
this.z_ITEMField = value; |
|||
} |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] |
|||
[System.SerializableAttribute()] |
|||
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|||
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:sap-com:document:sap:rfc:functions")] |
|||
public partial class ZWEB_RETURN { |
|||
|
|||
private string dANJUField; |
|||
|
|||
private string pOSNRField; |
|||
|
|||
private string fLAGField; |
|||
|
|||
private string l_MESSAGEField; |
|||
|
|||
private string mBLNRField; |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
public string DANJU { |
|||
get { |
|||
return this.dANJUField; |
|||
} |
|||
set { |
|||
this.dANJUField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
public string POSNR { |
|||
get { |
|||
return this.pOSNRField; |
|||
} |
|||
set { |
|||
this.pOSNRField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
public string FLAG { |
|||
get { |
|||
return this.fLAGField; |
|||
} |
|||
set { |
|||
this.fLAGField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
public string L_MESSAGE { |
|||
get { |
|||
return this.l_MESSAGEField; |
|||
} |
|||
set { |
|||
this.l_MESSAGEField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
public string MBLNR { |
|||
get { |
|||
return this.mBLNRField; |
|||
} |
|||
set { |
|||
this.mBLNRField = value; |
|||
} |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] |
|||
[System.SerializableAttribute()] |
|||
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|||
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:sap-com:document:sap:rfc:functions")] |
|||
public partial class ZWMS_PZ { |
|||
|
|||
private string dANJUField; |
|||
|
|||
private string pOSNRField; |
|||
|
|||
private decimal lINGYSLField; |
|||
|
|||
private string sERNPField; |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
public string DANJU { |
|||
get { |
|||
return this.dANJUField; |
|||
} |
|||
set { |
|||
this.dANJUField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
public string POSNR { |
|||
get { |
|||
return this.pOSNRField; |
|||
} |
|||
set { |
|||
this.pOSNRField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
public decimal LINGYSL { |
|||
get { |
|||
return this.lINGYSLField; |
|||
} |
|||
set { |
|||
this.lINGYSLField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
public string SERNP { |
|||
get { |
|||
return this.sERNPField; |
|||
} |
|||
set { |
|||
this.sERNPField = value; |
|||
} |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] |
|||
[System.SerializableAttribute()] |
|||
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|||
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:sap-com:document:sap:rfc:functions")] |
|||
public partial class ZWEBS_GERNR { |
|||
|
|||
private string mANDTField; |
|||
|
|||
private string dANJUField; |
|||
|
|||
private string pOSNRField; |
|||
|
|||
private int gERNR_KEYField; |
|||
|
|||
private string mATNRField; |
|||
|
|||
private string gERNRField; |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
public string MANDT { |
|||
get { |
|||
return this.mANDTField; |
|||
} |
|||
set { |
|||
this.mANDTField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
public string DANJU { |
|||
get { |
|||
return this.dANJUField; |
|||
} |
|||
set { |
|||
this.dANJUField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
public string POSNR { |
|||
get { |
|||
return this.pOSNRField; |
|||
} |
|||
set { |
|||
this.pOSNRField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
public int GERNR_KEY { |
|||
get { |
|||
return this.gERNR_KEYField; |
|||
} |
|||
set { |
|||
this.gERNR_KEYField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
public string MATNR { |
|||
get { |
|||
return this.mATNRField; |
|||
} |
|||
set { |
|||
this.mATNRField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
public string GERNR { |
|||
get { |
|||
return this.gERNRField; |
|||
} |
|||
set { |
|||
this.gERNRField = value; |
|||
} |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] |
|||
[System.SerializableAttribute()] |
|||
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|||
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|||
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:rfc:functions")] |
|||
public partial class ZWMS_SK_WS_PZResponse { |
|||
|
|||
private ZWEB_RETURN[] z_FLAGField; |
|||
|
|||
private ZWEBS_GERNR[] z_GERNRField; |
|||
|
|||
private ZWMS_PZ[] z_ITEMField; |
|||
|
|||
private string z_NULLField; |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
[System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] |
|||
public ZWEB_RETURN[] Z_FLAG { |
|||
get { |
|||
return this.z_FLAGField; |
|||
} |
|||
set { |
|||
this.z_FLAGField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
[System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] |
|||
public ZWEBS_GERNR[] Z_GERNR { |
|||
get { |
|||
return this.z_GERNRField; |
|||
} |
|||
set { |
|||
this.z_GERNRField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
[System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] |
|||
public ZWMS_PZ[] Z_ITEM { |
|||
get { |
|||
return this.z_ITEMField; |
|||
} |
|||
set { |
|||
this.z_ITEMField = value; |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
|||
public string Z_NULL { |
|||
get { |
|||
return this.z_NULLField; |
|||
} |
|||
set { |
|||
this.z_NULLField = value; |
|||
} |
|||
} |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
|||
public delegate void CallZWMS_SK_WS_PZCompletedEventHandler(object sender, CallZWMS_SK_WS_PZCompletedEventArgs e); |
|||
|
|||
/// <remarks/>
|
|||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
|||
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|||
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|||
public partial class CallZWMS_SK_WS_PZCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
|||
|
|||
private object[] results; |
|||
|
|||
internal CallZWMS_SK_WS_PZCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
|||
base(exception, cancelled, userState) { |
|||
this.results = results; |
|||
} |
|||
|
|||
/// <remarks/>
|
|||
public ZWMS_SK_WS_PZResponse Result { |
|||
get { |
|||
this.RaiseExceptionIfNecessary(); |
|||
return ((ZWMS_SK_WS_PZResponse)(this.results[0])); |
|||
} |
|||
} |
|||
} |
|||
} |
|||
|
|||
#pragma warning restore 1591
|
@ -0,0 +1,6 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<DiscoveryClientResultsFile xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|||
<Results> |
|||
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="http://58.210.216.118:8072/sap/bc/srt/wsdl/bndg_EDB726E6976D07F194F30050569113DA/wsdl11/allinone/ws_policy/document?sap-client=900" filename="document.wsdl" /> |
|||
</Results> |
|||
</DiscoveryClientResultsFile> |
@ -0,0 +1,10 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<!-- |
|||
This file is automatically generated by Visual Studio .Net. It is |
|||
used to store generic object data source configuration information. |
|||
Renaming the file extension or editing the content of this file may |
|||
cause the file to be unrecognizable by the program. |
|||
--> |
|||
<GenericObjectDataSource DisplayName="ZWMS_SK_WS_PZResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource"> |
|||
<TypeInfo>ICSSoft.DataProject.SAPCallBackDocVPNCS.ZWMS_SK_WS_PZResponse, Web References.SAPCallBackDocVPNCS.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo> |
|||
</GenericObjectDataSource> |
@ -0,0 +1,194 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<wsdl:definitions xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:sap-com:document:sap:rfc:functions" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="urn:sap-com:document:sap:rfc:functions" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> |
|||
<wsdl:documentation> |
|||
<sidl:sidl xmlns:sidl="http://www.sap.com/2007/03/sidl" /> |
|||
</wsdl:documentation> |
|||
<wsp:UsingPolicy wsdl:required="true" /> |
|||
<wsp:Policy wsu:Id="BN_ZWMS_SK_WS_PZ"> |
|||
<wsaw:UsingAddressing xmlns:wsaw="http://schemas.xmlsoap.org/ws/2004/08/addressing" /> |
|||
<saptrnbnd:OptimizedXMLTransfer uri="http://xml.sap.com/2006/11/esi/esp/binxml" xmlns:saptrnbnd="http://www.sap.com/webas/710/soap/features/transportbinding/" wsp:Optional="true" /> |
|||
<sapattahnd:Enabled xmlns:sapattahnd="http://www.sap.com/710/features/attachment/">false</sapattahnd:Enabled> |
|||
<wsp:ExactlyOne xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:sapsp="http://www.sap.com/webas/630/soap/features/security/policy" xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility" /> |
|||
</wsp:Policy> |
|||
<wsp:Policy wsu:Id="IF_ZWMS_SK_WS_PZ"> |
|||
<sapsession:Session xmlns:sapsession="http://www.sap.com/webas/630/soap/features/session/"> |
|||
<sapsession:enableSession>false</sapsession:enableSession> |
|||
</sapsession:Session> |
|||
<sapcentraladmin:CentralAdministration xmlns:sapcentraladmin="http://www.sap.com/webas/700/soap/features/CentralAdministration/" wsp:Optional="true"> |
|||
<sapcentraladmin:BusinessApplicationID>E50B2D7A654B0CF1BEC76C3BE5AB5E3F</sapcentraladmin:BusinessApplicationID> |
|||
</sapcentraladmin:CentralAdministration> |
|||
</wsp:Policy> |
|||
<wsp:Policy wsu:Id="OP_ZWMS_SK_WS_PZ"> |
|||
<sapcomhnd:enableCommit xmlns:sapcomhnd="http://www.sap.com/NW05/soap/features/commit/">false</sapcomhnd:enableCommit> |
|||
<sapblock:enableBlocking xmlns:sapblock="http://www.sap.com/NW05/soap/features/blocking/">true</sapblock:enableBlocking> |
|||
<saptrhnw05:required xmlns:saptrhnw05="http://www.sap.com/NW05/soap/features/transaction/">no</saptrhnw05:required> |
|||
<saprmnw05:enableWSRM xmlns:saprmnw05="http://www.sap.com/NW05/soap/features/wsrm/">false</saprmnw05:enableWSRM> |
|||
</wsp:Policy> |
|||
<wsdl:types> |
|||
<xsd:schema attributeFormDefault="qualified" targetNamespace="urn:sap-com:document:sap:rfc:functions"> |
|||
<xsd:simpleType name="char1"> |
|||
<xsd:restriction base="xsd:string"> |
|||
<xsd:maxLength value="1" /> |
|||
</xsd:restriction> |
|||
</xsd:simpleType> |
|||
<xsd:simpleType name="char10"> |
|||
<xsd:restriction base="xsd:string"> |
|||
<xsd:maxLength value="10" /> |
|||
</xsd:restriction> |
|||
</xsd:simpleType> |
|||
<xsd:simpleType name="char13"> |
|||
<xsd:restriction base="xsd:string"> |
|||
<xsd:maxLength value="13" /> |
|||
</xsd:restriction> |
|||
</xsd:simpleType> |
|||
<xsd:simpleType name="char18"> |
|||
<xsd:restriction base="xsd:string"> |
|||
<xsd:maxLength value="18" /> |
|||
</xsd:restriction> |
|||
</xsd:simpleType> |
|||
<xsd:simpleType name="char255"> |
|||
<xsd:restriction base="xsd:string"> |
|||
<xsd:maxLength value="255" /> |
|||
</xsd:restriction> |
|||
</xsd:simpleType> |
|||
<xsd:simpleType name="char36"> |
|||
<xsd:restriction base="xsd:string"> |
|||
<xsd:maxLength value="36" /> |
|||
</xsd:restriction> |
|||
</xsd:simpleType> |
|||
<xsd:simpleType name="char4"> |
|||
<xsd:restriction base="xsd:string"> |
|||
<xsd:maxLength value="4" /> |
|||
</xsd:restriction> |
|||
</xsd:simpleType> |
|||
<xsd:simpleType name="clnt3"> |
|||
<xsd:restriction base="xsd:string"> |
|||
<xsd:maxLength value="3" /> |
|||
</xsd:restriction> |
|||
</xsd:simpleType> |
|||
<xsd:simpleType name="numeric1"> |
|||
<xsd:restriction base="xsd:string"> |
|||
<xsd:maxLength value="1" /> |
|||
<xsd:pattern value="\d*" /> |
|||
</xsd:restriction> |
|||
</xsd:simpleType> |
|||
<xsd:simpleType name="numeric5"> |
|||
<xsd:restriction base="xsd:string"> |
|||
<xsd:maxLength value="5" /> |
|||
<xsd:pattern value="\d*" /> |
|||
</xsd:restriction> |
|||
</xsd:simpleType> |
|||
<xsd:simpleType name="quantum13.3"> |
|||
<xsd:restriction base="xsd:decimal"> |
|||
<xsd:totalDigits value="13" /> |
|||
<xsd:fractionDigits value="3" /> |
|||
</xsd:restriction> |
|||
</xsd:simpleType> |
|||
<xsd:complexType name="ZWEB_RETURN"> |
|||
<xsd:sequence> |
|||
<xsd:element name="DANJU" type="tns:char13" /> |
|||
<xsd:element name="POSNR" type="tns:numeric5" /> |
|||
<xsd:element name="FLAG" type="tns:char1" /> |
|||
<xsd:element name="L_MESSAGE" type="tns:char255" /> |
|||
<xsd:element name="MBLNR" type="tns:char10" /> |
|||
</xsd:sequence> |
|||
</xsd:complexType> |
|||
<xsd:complexType name="ZWEBS_GERNR"> |
|||
<xsd:sequence> |
|||
<xsd:element name="MANDT" type="tns:clnt3" /> |
|||
<xsd:element name="DANJU" type="tns:char13" /> |
|||
<xsd:element name="POSNR" type="tns:numeric5" /> |
|||
<xsd:element name="GERNR_KEY" type="xsd:int" /> |
|||
<xsd:element name="MATNR" type="tns:char18" /> |
|||
<xsd:element name="GERNR" type="tns:char18" /> |
|||
</xsd:sequence> |
|||
</xsd:complexType> |
|||
<xsd:complexType name="ZWMS_PZ"> |
|||
<xsd:sequence> |
|||
<xsd:element name="DANJU" type="tns:char13" /> |
|||
<xsd:element name="POSNR" type="tns:numeric5" /> |
|||
<xsd:element name="LINGYSL" type="tns:quantum13.3" /> |
|||
<xsd:element name="SERNP" type="tns:char4" /> |
|||
</xsd:sequence> |
|||
</xsd:complexType> |
|||
<xsd:complexType name="TABLE_OF_ZWEB_RETURN"> |
|||
<xsd:sequence> |
|||
<xsd:element minOccurs="0" maxOccurs="unbounded" name="item" type="tns:ZWEB_RETURN" /> |
|||
</xsd:sequence> |
|||
</xsd:complexType> |
|||
<xsd:complexType name="TABLE_OF_ZWEBS_GERNR"> |
|||
<xsd:sequence> |
|||
<xsd:element minOccurs="0" maxOccurs="unbounded" name="item" type="tns:ZWEBS_GERNR" /> |
|||
</xsd:sequence> |
|||
</xsd:complexType> |
|||
<xsd:complexType name="TABLE_OF_ZWMS_PZ"> |
|||
<xsd:sequence> |
|||
<xsd:element minOccurs="0" maxOccurs="unbounded" name="item" type="tns:ZWMS_PZ" /> |
|||
</xsd:sequence> |
|||
</xsd:complexType> |
|||
<xsd:element name="ZWMS_SK_WS_PZ"> |
|||
<xsd:complexType> |
|||
<xsd:sequence> |
|||
<xsd:element name="DANJU" type="tns:char13" /> |
|||
<xsd:element name="NEWID" type="tns:char36" /> |
|||
<xsd:element name="STATE" type="tns:numeric1" /> |
|||
<xsd:element name="Z_FLAG" type="tns:TABLE_OF_ZWEB_RETURN" /> |
|||
<xsd:element name="Z_GERNR" type="tns:TABLE_OF_ZWEBS_GERNR" /> |
|||
<xsd:element name="Z_ITEM" type="tns:TABLE_OF_ZWMS_PZ" /> |
|||
</xsd:sequence> |
|||
</xsd:complexType> |
|||
</xsd:element> |
|||
<xsd:element name="ZWMS_SK_WS_PZResponse"> |
|||
<xsd:complexType> |
|||
<xsd:sequence> |
|||
<xsd:element name="Z_FLAG" type="tns:TABLE_OF_ZWEB_RETURN" /> |
|||
<xsd:element name="Z_GERNR" type="tns:TABLE_OF_ZWEBS_GERNR" /> |
|||
<xsd:element name="Z_ITEM" type="tns:TABLE_OF_ZWMS_PZ" /> |
|||
<xsd:element name="Z_NULL" type="tns:char1" /> |
|||
</xsd:sequence> |
|||
</xsd:complexType> |
|||
</xsd:element> |
|||
</xsd:schema> |
|||
</wsdl:types> |
|||
<wsdl:message name="ZWMS_SK_WS_PZ"> |
|||
<wsdl:part name="parameters" element="tns:ZWMS_SK_WS_PZ" /> |
|||
</wsdl:message> |
|||
<wsdl:message name="ZWMS_SK_WS_PZResponse"> |
|||
<wsdl:part name="parameter" element="tns:ZWMS_SK_WS_PZResponse" /> |
|||
</wsdl:message> |
|||
<wsdl:portType name="ZWMS_SK_WS_PZ"> |
|||
<wsp:Policy> |
|||
<wsp:PolicyReference URI="#IF_ZWMS_SK_WS_PZ" /> |
|||
</wsp:Policy> |
|||
<wsdl:operation name="ZWMS_SK_WS_PZ"> |
|||
<wsp:Policy> |
|||
<wsp:PolicyReference URI="#OP_ZWMS_SK_WS_PZ" /> |
|||
</wsp:Policy> |
|||
<wsdl:input message="tns:ZWMS_SK_WS_PZ" /> |
|||
<wsdl:output message="tns:ZWMS_SK_WS_PZResponse" /> |
|||
</wsdl:operation> |
|||
</wsdl:portType> |
|||
<wsdl:binding name="ZWMS_SK_WS_PZ" type="tns:ZWMS_SK_WS_PZ"> |
|||
<wsp:Policy> |
|||
<wsp:PolicyReference URI="#BN_ZWMS_SK_WS_PZ" /> |
|||
</wsp:Policy> |
|||
<wsa:EndpointReference xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"> |
|||
<wsa:ReferenceParameters /> |
|||
</wsa:EndpointReference> |
|||
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> |
|||
<wsdl:operation name="ZWMS_SK_WS_PZ"> |
|||
<soap:operation soapAction="" style="document" /> |
|||
<wsdl:input> |
|||
<soap:body use="literal" /> |
|||
</wsdl:input> |
|||
<wsdl:output> |
|||
<soap:body use="literal" /> |
|||
</wsdl:output> |
|||
</wsdl:operation> |
|||
</wsdl:binding> |
|||
<wsdl:service name="ZWMS_SK_WS_PZ"> |
|||
<wsdl:port name="ZWMS_SK_WS_PZ" binding="tns:ZWMS_SK_WS_PZ"> |
|||
<soap:address location="http://ERPQA1.neway.com.cn:8000/sap/bc/srt/rfc/sap/zwms_sk_ws_pz/900/zwms_sk_ws_pz/zwms_sk_ws_pz" /> |
|||
</wsdl:port> |
|||
</wsdl:service> |
|||
</wsdl:definitions> |
Reference in new issue
xxxxxxxxxx