You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<?xml version="1.0"?> <!-- 有关如何配置 ASP.NET 应用程序的详细信息,请访问 https://go.microsoft.com/fwlink/?LinkId=301879 --> <configuration> <system.web> <customErrors mode="Off"/> <!--<compilation debug="true"/>--> <compilation debug="true"/> </system.web> <appSettings> <!--海外测试环境--> <!--<add key="MainConnectionString" value="Data Source=192.168.0.163;Database=HW0907;Uid=sa;Pwd=p@ssw0rd;"/>--> <add key="ERPDB" value="[TEDTDBERP].[TESTERP]"/>
<!--<add key="MainConnectionString" value="Data Source=LAPTOP-L19E5NHR;Database=bf20200219;Uid=sa;Pwd=123456;"/>--> <!--<add key="MainConnectionString" value="Data Source=172.16.10.59;Database=TESTERP;Uid=sa;Pwd=veichi@qwe1;"/>-->
<!--<add key="MESConnectionString" value="Data Source=172.16.1.2,38433;Database=U9_test;Uid=cs;Pwd=tizi@123;"/>--> <!--测试环境-->
<!--<add key="MainConnectionString" value="Data Source=172.16.10.59;Database=TESTERP;Uid=sa;Pwd=veichi@qwe1;" />--> <!--<add key="MainConnectionString" value="Data Source=172.16.1.2,38433;Database=U9_test;Uid=cs;Pwd=tizi@123;"/>--> <add key="MainConnectionString" value="Data Source=172.16.1.2,38433;Database=U9_test;Uid=sa;Pwd=tizi@123;" /> <add key="orgID" value="1002303100000860"/> <add key="orgCode" value="01"/> <add key="userID" value="1002303100150023"/> <add key="userCode" value="admin"/> <add key="cultureName" value="zh-CN"/> <add key="enterpriseID" value="01"/> <add key="logAdress" value="E:\圣珀集成\Log"/> <add key="IsFixedTypeControl" value="0"/> <add key="ClientSettingsProvider.ServiceUri" value=""/> <add key="acttype" value="8"/> <add key="clientsecret" value="2c86987369264c419aaa69ce0ffe54d7"/> <!--<add key="U9IP" value="172.16.1.2,38433"/>--> <add key="U9IP" value="172.16.1.2:3880"/> <add key="clientid" value="API"/>
<!--<add key="orgID" value="1001912014515985" /> <add key="orgCode" value="01" /> <add key="userID" value="1001912014516471" /> <add key="userCode" value="Admin" /> <add key="cultureName" value="zh-CN"/> <add key="enterpriseID" value="03"/> <add key="logAdress" value="E:\圣珀集成\Log"/>-->
</appSettings> <!-- 有关 .NET 4.5 的 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
可在 <httpRuntime> 标记上设置以下特性。 <system.Web> <httpRuntime targetFramework="4.5" /> </system.Web> --> <system.web> <!--<compilation debug="true" targetFramework="4.5"/>--> <httpRuntime/> <pages controlRenderingCompatibilityVersion="4.0"/> </system.web> <system.webServer> <!--以下配置为了让IIS7+支持Put/Delete方法--> <httpProtocol> <customHeaders> <add name="Access-Control-Allow-Origin" value="*" /> <add name="Access-Control-Allow-Methods" value="GET,PUT,POST,DELETE,OPTIONS" /> <add name="Access-Control-Allow-Headers" value="Content-Type" /> </customHeaders> </httpProtocol> <!--IIS7/7.5上必须加这个配置,否则访问报错--> <modules runAllManagedModulesForAllRequests="true"> <remove name="WebDAVModule" /> <remove name="TelemetryCorrelationHttpModule" /> <add name="TelemetryCorrelationHttpModule" type="Microsoft.AspNet.TelemetryCorrelation.TelemetryCorrelationHttpModule, Microsoft.AspNet.TelemetryCorrelation" preCondition="integratedMode,managedHandler"/> </modules> <validation validateIntegratedModeConfiguration="false" /> <handlers> <remove name="ExtensionlessUrlHandler-Integrated-4.0"/> <remove name="OPTIONSVerbHandler"/> <remove name="TRACEVerbHandler"/> <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0"/> </handlers> <!--<modules> <remove name="TelemetryCorrelationHttpModule" /> <add name="TelemetryCorrelationHttpModule" type="Microsoft.AspNet.TelemetryCorrelation.TelemetryCorrelationHttpModule, Microsoft.AspNet.TelemetryCorrelation" preCondition="integratedMode,managedHandler"/> </modules>--> </system.webServer> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f"/> <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2"/> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51"/> <bindingRedirect oldVersion="0.0.0.0-4.0.2.1" newVersion="4.0.2.1"/> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed"/> <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0"/> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35"/> <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0"/> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35"/> <bindingRedirect oldVersion="1.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930"/> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/> <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/> <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/> <bindingRedirect oldVersion="1.0.0.0-5.2.4.0" newVersion="5.2.4.0"/> </dependentAssembly> </assemblyBinding> </runtime> <system.codedom> <compilers> <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4" compilerOptions="/langversion:5 /nowarn:1659;1699;1701"> <providerOption name="CompilerVersion" value="v4.0"/> </compiler> <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+"> <providerOption name="CompilerVersion" value="v4.0"/> </compiler> </compilers> </system.codedom> <system.serviceModel> <bindings> <basicHttpBinding> <binding name="BasicHttpBinding_UFIDA.U9.ISV.ControlObjSendSV.IControlObjSendSV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxBufferSize="65536" maxReceivedMessageSize="65536" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true" messageEncoding="Text"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm=""/> <message clientCredentialType="UserName" algorithmSuite="Default"/> </security> </binding> <binding name="BasicHttpBinding_UFIDA.U9.ISV.Customer.IBatchCreateCustomerByDTOSV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding> <binding name="BasicHttpBinding_UFIDA.U9.ISV.Customer.IBatchModifyCustomerByDTOSV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding> <binding name="BasicHttpBinding_UFIDA.U9.ISV.Customer.IBatchQueryCustomerByDTOSRV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding> <binding name="BasicHttpBinding_UFIDA.U9.ISV.SM.ICommonDeleteSOSRV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding> <binding name="BasicHttpBinding_UFIDA.U9.ISV.SM.ICommonCreateSOSRV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="2147483647" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding> <binding name="BasicHttpBinding_UFIDA.U9.ISV.RCV.ICeateSaleReturnRcvBySrcSRV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding> <binding name="BasicHttpBinding_UFIDA.U9.Cust.CustBatchRMAPullDocSV.ICreateBatchRMAPullDocSV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding>
<binding name="BasicHttpBinding_UFIDA.U9.ISV.SM.IDeleteRMASRV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding>
<binding name="BasicHttpBinding_UFIDA.U9.ISV.RCV.ICeateReceivementFromPOSRV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding>
<binding name="BasicHttpBinding_UFIDA.U9.ISV.SM.ICreateShipSV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding>
<binding name="BasicHttpBinding_UFIDA.U9.ISV.PMIssue.ICreatPMRecedeIssueDocSV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding>
<binding name="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreateCompRptSrv" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding>
<binding name="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreatRecedeIssueDocSV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding>
<binding name="BasicHttpBinding_UFIDA.U9.ISV.MiscRcvISV.ICommonCreateMiscRcv" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding>
<binding name="BasicHttpBinding_UFIDA.U9.ISV.MiscShipISV.ICommonCreateMiscShip" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding>
<binding name="BasicHttpBinding_UFIDA.U9.CBO.SCM.Supplier.IBatchCreateSupplierByDTOSV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding>
<binding name="BasicHttpBinding_UFIDA.U9.ISV.Item.IBatchCreateItemByDTOSRV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding>
<binding name="BasicHttpBinding_UFIDA.U9.ISV.PO.ICreatePOSRV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding>
<binding name="BasicHttpBinding_UFIDA.U9.ISV.Mobile.TransferInISV.ICreateTransferInRestSV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding>
<binding name="BasicHttpBinding_UFIDA.U9.ISV.CBO.Lot.ICommonCreateLotMasterSRV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding>
<binding name="BasicHttpBinding_UFIDA.U9.ISV.MO.IDeleteIssue4External" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding>
<binding name="BasicHttpBinding_UFIDA.U9.ISV.MO.IApproveIssueDoc4ExternalSrv" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding>
<binding name="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreateIssue4External" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding> <binding name="BasicHttpBinding_UFIDA.U9.ISV.SM.ISMPullSrcDocSV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding> <binding name="BasicHttpBinding_ICreateRcvRestSV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding> <binding name="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreateMO4External" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding> <binding name="BasicHttpBinding_UFIDA.U9.ISV.MiscRcvISV.ICommonApproveMiscRcv" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding> <binding name="BasicHttpBinding_UFIDA.U9.ISV.MiscRcvISV.ICommonCommitMiscRcv" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding> <binding name="BasicHttpBinding_UFIDA.U9.ISV.MiscShipISV.ICommonApproveMiscShipSV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding> <binding name="BasicHttpBinding_UFIDA.U9.ISV.MiscShipISV.ICommonCommitMiscShipSV" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /> <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Default" /> </security> </binding>
</basicHttpBinding> </bindings> <client> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.Customer.IBatchCreateCustomerByDTOSV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.Customer.IBatchCreateCustomerByDTOSV" contract="UFIDAU9ISVCustomerIBatchCreateCustomerByDTOSV" name="BasicHttpBinding_UFIDA.U9.ISV.Customer.IBatchCreateCustomerByDTOSV" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.Customer.IBatchModifyCustomerByDTOSV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.Customer.IBatchModifyCustomerByDTOSV" contract="UFIDAU9ISVCustomerIBatchModifyCustomerByDTOSV" name="BasicHttpBinding_UFIDA.U9.ISV.Customer.IBatchModifyCustomerByDTOSV" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.Customer.IBatchQueryCustomerByDTOSRV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.Customer.IBatchQueryCustomerByDTOSRV" contract="UFIDAU9ISVCustomerIBatchQueryCustomerByDTOSRV" name="BasicHttpBinding_UFIDA.U9.ISV.Customer.IBatchQueryCustomerByDTOSRV" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.SM.ICommonCreateSOSRV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.SM.ICommonCreateSOSRV" contract="UFIDAU9ISVSMICommonCreateSOSRV" name="BasicHttpBinding_UFIDA.U9.ISV.SM.ICommonCreateSOSRV" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.SM.ICommonDeleteSOSRV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.SM.ICommonDeleteSOSRV" contract="UFIDAU9ISVSMICommonDeleteSOSRV" name="BasicHttpBinding_UFIDA.U9.ISV.SM.ICommonDeleteSOSRV" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.RCV.ICeateSaleReturnRcvBySrcSRV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.RCV.ICeateSaleReturnRcvBySrcSRV" contract="UFIDAU9ISVRCVICeateSaleReturnRcvBySrcSRV" name="BasicHttpBinding_UFIDA.U9.ISV.RCV.ICeateSaleReturnRcvBySrcSRV" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.Cust.CustBatchRMAPullDocSV.ICreateBatchRMAPullDocSV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.Cust.CustBatchRMAPullDocSV.ICreateBatchRMAPullDocSV" contract="UFIDAU9CustCustBatchRMAPullDocSVICreateBatchRMAPullDocSV" name="BasicHttpBinding_UFIDA.U9.Cust.CustBatchRMAPullDocSV.ICreateBatchRMAPullDocSV" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.SM.IDeleteRMASRV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.SM.IDeleteRMASRV" contract="UFIDAU9ISVSMIDeleteRMASRV" name="BasicHttpBinding_UFIDA.U9.ISV.SM.IDeleteRMASRV" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.RCV.ICeateReceivementFromPOSRV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.RCV.ICeateReceivementFromPOSRV" contract="UFIDAU9ISVRCVICeateReceivementFromPOSRV" name="BasicHttpBinding_UFIDA.U9.ISV.RCV.ICeateReceivementFromPOSRV" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.SM.ICreateShipSV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.SM.ICreateShipSV" contract="UFIDAU9ISVSMICreateShipSV" name="BasicHttpBinding_UFIDA.U9.ISV.SM.ICreateShipSV" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.PMIssue.ICreatPMRecedeIssueDocSV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.PMIssue.ICreatPMRecedeIssueDocSV" contract="UFIDAU9ISVPMIssueICreatPMRecedeIssueDocSV" name="BasicHttpBinding_UFIDA.U9.ISV.PMIssue.ICreatPMRecedeIssueDocSV" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.MO.ICreateCompRptSrv.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreateCompRptSrv" contract="UFIDAU9ISVMOICreateCompRptSrv" name="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreateCompRptSrv" /> <!--<endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.MO.ICreatRecedeIssueDocSV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreatRecedeIssueDocSV" contract="UFIDAU9ISVMOICreatRecedeIssueDocSV" name="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreatRecedeIssueDocSV" />--> <endpoint address="http://localhost/U9/Services/UFIDA.U9.ISV.MO.ICreatRecedeIssueDocSV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreatRecedeIssueDocSV" contract="UFIDAU9ISVMOICreatRecedeIssueDocSV" name="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreatRecedeIssueDocSV" />
<endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.MiscRcvISV.ICommonCreateMiscRcv.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MiscRcvISV.ICommonCreateMiscRcv" contract="UFIDAU9ISVMiscRcvISVICommonCreateMiscRcv" name="BasicHttpBinding_UFIDA.U9.ISV.MiscRcvISV.ICommonCreateMiscRcv" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.MiscShipISV.ICommonCreateMiscShip.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MiscShipISV.ICommonCreateMiscShip" contract="UFIDAU9ISVMiscShipISVICommonCreateMiscShip" name="BasicHttpBinding_UFIDA.U9.ISV.MiscShipISV.ICommonCreateMiscShip" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.CBO.Lot.ICommonCreateLotMasterSRV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.CBO.Lot.ICommonCreateLotMasterSRV" contract="UFIDAU9ISVCBOLotICommonCreateLotMasterSRV" name="BasicHttpBinding_UFIDA.U9.ISV.CBO.Lot.ICommonCreateLotMasterSRV" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.MO.IDeleteIssue4External.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MO.IDeleteIssue4External" contract="UFIDAU9ISVMOIDeleteIssue4External" name="BasicHttpBinding_UFIDA.U9.ISV.MO.IDeleteIssue4External" />
<endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.CBO.SCM.Supplier.IBatchCreateSupplierByDTOSV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.CBO.SCM.Supplier.IBatchCreateSupplierByDTOSV" contract="UFIDAU9CBOSCMSupplierIBatchCreateSupplierByDTOSV" name="BasicHttpBinding_UFIDA.U9.CBO.SCM.Supplier.IBatchCreateSupplierByDTOSV" />
<endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.Item.IBatchCreateItemByDTOSRV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.Item.IBatchCreateItemByDTOSRV" contract="UFIDAU9ISVItemIBatchCreateItemByDTOSRV" name="BasicHttpBinding_UFIDA.U9.ISV.Item.IBatchCreateItemByDTOSRV" />
<endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.Mobile.TransferInISV.ICreateTransferInRestSV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.Mobile.TransferInISV.ICreateTransferInRestSV" contract="ICreateTransferInRestSV" name="BasicHttpBinding_UFIDA.U9.ISV.Mobile.TransferInISV.ICreateTransferInRestSV" />
<endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.PO.ICreatePOSRV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.PO.ICreatePOSRV" contract="UFIDAU9ISVPOICreatePOSRV" name="BasicHttpBinding_UFIDA.U9.ISV.PO.ICreatePOSRV" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.MO.IApproveIssueDoc4ExternalSrv.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MO.IApproveIssueDoc4ExternalSrv" contract="UFIDAU9ISVMOIApproveIssueDoc4ExternalSrv" name="BasicHttpBinding_UFIDA.U9.ISV.MO.IApproveIssueDoc4ExternalSrv" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.MO.ICreateIssue4External.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreateIssue4External" contract="UFIDAU9ISVMOICreateIssue4External" name="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreateIssue4External" /> <!--<endpoint address="http://localhost/U9/Services/UFIDA.U9.ISV.MO.ICreateIssue4External.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreateIssue4External" contract="UFIDAU9ISVMOICreateIssue4External" name="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreateIssue4External" />-->
<!--<endpoint address="http://laptop-l19e5nhr/U9/Services/UFIDA.U9.ISV.SM.ISMPullSrcDocSV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.SM.ISMPullSrcDocSV" contract="UFIDAU9ISVSMISMPullSrcDocSV" name="BasicHttpBinding_UFIDA.U9.ISV.SM.ISMPullSrcDocSV" />--> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.SM.ISMPullSrcDocSV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.SM.ISMPullSrcDocSV" contract="UFIDAU9ISVSMISMPullSrcDocSV" name="BasicHttpBinding_UFIDA.U9.ISV.SM.ISMPullSrcDocSV" />
<endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.Rcv.ICreateRcvRestSV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ICreateRcvRestSV" contract="ICreateRcvRestSV" name="BasicHttpBinding_ICreateRcvRestSV" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.MO.ICreateMO4External.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreateMO4External" contract="UFIDAU9ISVMOICreateMO4External" name="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreateMO4External" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.MiscRcvISV.ICommonCommitMiscRcv.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MiscRcvISV.ICommonCommitMiscRcv" contract="UFIDAU9ISVMiscRcvISVICommonCommitMiscRcv" name="BasicHttpBinding_UFIDA.U9.ISV.MiscRcvISV.ICommonCommitMiscRcv" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.MiscRcvISV.ICommonApproveMiscRcv.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MiscRcvISV.ICommonApproveMiscRcv" contract="UFIDAU9ISVMiscRcvISVICommonApproveMiscRcv" name="BasicHttpBinding_UFIDA.U9.ISV.MiscRcvISV.ICommonApproveMiscRcv" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.MiscShipISV.ICommonApproveMiscShipSV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MiscShipISV.ICommonApproveMiscShipSV" contract="UFIDAU9ISVMiscShipISVICommonApproveMiscShipSV" name="BasicHttpBinding_UFIDA.U9.ISV.MiscShipISV.ICommonApproveMiscShipSV" /> <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.MiscShipISV.ICommonCommitMiscShipSV.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MiscShipISV.ICommonCommitMiscShipSV" contract="UFIDAU9ISVMiscShipISVICommonCommitMiscShipSV" name="BasicHttpBinding_UFIDA.U9.ISV.MiscShipISV.ICommonCommitMiscShipSV" /> </client> <!--<client> <endpoint address="http://172.16.1.2:3880/U9C/services/ufida.u9.isv.customer.ibatchcreatecustomerbydtosv.svc" binding="basicHttpBinding" bindingConfiguration="basichttpbinding_ufida.u9.isv.customer.ibatchcreatecustomerbydtosv" contract="ufidau9isvcustomeribatchcreatecustomerbydtosv" name="basichttpbinding_ufida.u9.isv.customer.ibatchcreatecustomerbydtosv" /> <endpoint address="http://172.16.1.2:3880/U9C/services/ufida.u9.isv.customer.ibatchmodifycustomerbydtosv.svc" binding="basicHttpBinding" bindingConfiguration="basichttpbinding_ufida.u9.isv.customer.ibatchmodifycustomerbydtosv" contract="ufidau9isvcustomeribatchmodifycustomerbydtosv" name="basichttpbinding_ufida.u9.isv.customer.ibatchmodifycustomerbydtosv" /> <endpoint address="http://172.16.1.2:3880/U9C/services/ufida.u9.isv.customer.ibatchquerycustomerbydtosrv.svc" binding="basicHttpBinding" bindingConfiguration="basichttpbinding_ufida.u9.isv.customer.ibatchquerycustomerbydtosrv" contract="ufidau9isvcustomeribatchquerycustomerbydtosrv" name="basichttpbinding_ufida.u9.isv.customer.ibatchquerycustomerbydtosrv" /> <endpoint address="http://172.16.1.2:3880/U9C/services/ufida.u9.isv.sm.icommoncreatesosrv.svc" binding="basicHttpBinding" bindingConfiguration="basichttpbinding_ufida.u9.isv.sm.icommoncreatesosrv" contract="ufidau9isvsmicommoncreatesosrv" name="basichttpbinding_ufida.u9.isv.sm.icommoncreatesosrv" /> <endpoint address="http://172.16.1.2:3880/U9C/services/ufida.u9.isv.sm.icommondeletesosrv.svc" binding="basicHttpBinding" bindingConfiguration="basichttpbinding_ufida.u9.isv.sm.icommondeletesosrv" contract="ufidau9isvsmicommondeletesosrv" name="basichttpbinding_ufida.u9.isv.sm.icommondeletesosrv" /> <endpoint address="http://172.16.10.59:8099/u9/services/ufida.u9.isv.rcv.iceatesalereturnrcvbysrcsrv.svc" binding="basicHttpBinding" bindingConfiguration="basichttpbinding_ufida.u9.isv.rcv.iceatesalereturnrcvbysrcsrv" contract="ufidau9isvrcviceatesalereturnrcvbysrcsrv" name="basichttpbinding_ufida.u9.isv.rcv.iceatesalereturnrcvbysrcsrv" /> </client>--> </system.serviceModel> </configuration>
|