圣珀
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.

623 lines
44 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. <?xml version="1.0"?>
  2. <!--
  3. 有关如何配置 ASP.NET 应用程序的详细信息,请访问
  4. https://go.microsoft.com/fwlink/?LinkId=301879
  5. -->
  6. <configuration>
  7. <system.web>
  8. <customErrors mode="Off"/>
  9. <!--<compilation debug="true"/>-->
  10. <compilation debug="true"/>
  11. </system.web>
  12. <appSettings>
  13. <!--海外测试环境-->
  14. <!--<add key="MainConnectionString" value="Data Source=192.168.0.163;Database=HW0907;Uid=sa;Pwd=p@ssw0rd;"/>-->
  15. <add key="ERPDB" value="[TEDTDBERP].[TESTERP]"/>
  16. <!--<add name="MainConnectionString" connectionString="Data Source=10.29.2.71;Database=ATW-1102;Uid=sa;Pwd=atw.erp;" providerName="System.Data.SqlClient" />-->
  17. <!--<add key="MainConnectionString" value="Data Source=172.16.10.59;Database=YSTEST;Uid=sa;Pwd=veichi@qwe1;"/>-->
  18. <!--<add key="MainConnectionString" value="Data Source=172.16.10.59;Database=YSTEST;Uid=sa;Pwd=veichi@qwe1;"/>-->
  19. <!--<add key="MainConnectionString" value="Data Source=172.16.10.59;Database=TESTERP;Uid=sa;Pwd=veichi@qwe1;"/>-->
  20. <!--<add key="MainConnectionString" value="Data Source=LAPTOP-L19E5NHR;Database=bf20220106;Uid=sa;Pwd=123456;"/>-->
  21. <!--<add key="MainConnectionString" value="Data Source=172.16.10.59;Database=TESTERP;Uid=sa;Pwd=veichi@qwe1;"/>-->
  22. <!--<add key="MainConnectionString" value="Data Source=172.16.10.62;Database=VEICHI;Uid=sa;Pwd=veichi@qwe110;"/>-->
  23. <!--正式环境-->
  24. <!--<add key="MESConnectionString" value="Data Source=172.16.10.70;Database=ICS_WCSys;Uid=sa;Pwd=veichi@qwe110;"/>-->
  25. <!--<add key="MESConnectionString" value="Data Source=172.16.10.59;Database=TESTERP;Uid=sa;Pwd=veichi@qwe1;"/>-->
  26. <add key="MESConnectionString" value="Data Source=172.16.1.2,38433;Database=U9_test;Uid=cs;Pwd=tizi@123;"/>
  27. <!--测试环境-->
  28. <!--<add key="orgID" value="1002107284657473"/>
  29. <add key="orgCode" value="02"/>
  30. <add key="userID" value="1002107284657160"/>-->
  31. <!--<add key="orgID" value="1002107284657756"/>
  32. <add key="orgCode" value="01"/>
  33. <add key="userID" value="1002107284657160"/>-->
  34. <!--<add key="userCode" value="admin"/>
  35. <add key="cultureName" value="zh-CN"/>-->
  36. <!--<add key="enterpriseID" value="04"/>-->
  37. <!--<add key="enterpriseID" value="01"/>-->
  38. <!--<add key="enterpriseID" value="99"/>-->
  39. <!--<add key="logAdress" value="D:\苏州伟创\log"/>-->
  40. <!--<add key="logAdress" value="E:\苏州伟创\log"/>-->
  41. <!--<add key="IsFixedTypeControl" value="0"/>
  42. <add key="ClientSettingsProvider.ServiceUri" value=""/>
  43. <add key="acttype" value="8"/>
  44. <add key="orgID" value="1001912014515985"/>
  45. <add key="orgCode" value="01"/>
  46. <add key="userID" value="1001912090183407"/>
  47. <add key="userCode" value="admin"/>
  48. <add key="cultureName" value="zh-CN"/>
  49. <add key="enterpriseID" value="05"/>
  50. <add key="logAdress" value="E:\苏州伟创\log"/>-->
  51. <!--<add key="IsFixedTypeControl" value="0"/>
  52. <add key="ClientSettingsProvider.ServiceUri" value=""/>
  53. <add key="acttype" value="8"/>-->
  54. <!--<add key="MainConnectionString" value="Data Source=172.16.10.59;Database=TESTERP;Uid=sa;Pwd=veichi@qwe1;" />-->
  55. <!--<add key="MainConnectionString" value="Data Source=172.16.1.2,38433;Database=U9_test;Uid=cs;Pwd=tizi@123;"/>-->
  56. <add key="MainConnectionString" value="Data Source=172.16.1.2,38433;Database=U9_test;Uid=sa;Pwd=tizi@123;" />
  57. <add key="orgID" value="1002303100000860"/>
  58. <add key="orgCode" value="01"/>
  59. <add key="userID" value="1002303100150023"/>
  60. <add key="userCode" value="admin"/>
  61. <add key="cultureName" value="zh-CN"/>
  62. <add key="enterpriseID" value="01"/>
  63. <add key="logAdress" value="E:\圣珀集成\Log"/>
  64. <add key="IsFixedTypeControl" value="0"/>
  65. <add key="ClientSettingsProvider.ServiceUri" value=""/>
  66. <add key="acttype" value="8"/>
  67. </appSettings>
  68. <!--
  69. 有关 .NET 4.5 的 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
  70. 可在 <httpRuntime> 标记上设置以下特性。
  71. <system.Web>
  72. <httpRuntime targetFramework="4.5" />
  73. </system.Web>
  74. -->
  75. <system.web>
  76. <!--<compilation debug="true" targetFramework="4.5"/>-->
  77. <httpRuntime/>
  78. <pages controlRenderingCompatibilityVersion="4.0"/>
  79. </system.web>
  80. <system.webServer>
  81. <!--以下配置为了让IIS7+支持Put/Delete方法-->
  82. <httpProtocol>
  83. <customHeaders>
  84. <add name="Access-Control-Allow-Origin" value="*" />
  85. <add name="Access-Control-Allow-Methods" value="GET,PUT,POST,DELETE,OPTIONS" />
  86. <add name="Access-Control-Allow-Headers" value="Content-Type" />
  87. </customHeaders>
  88. </httpProtocol>
  89. <!--IIS7/7.5上必须加这个配置,否则访问报错-->
  90. <modules runAllManagedModulesForAllRequests="true">
  91. <remove name="WebDAVModule" />
  92. <remove name="TelemetryCorrelationHttpModule" />
  93. <add name="TelemetryCorrelationHttpModule" type="Microsoft.AspNet.TelemetryCorrelation.TelemetryCorrelationHttpModule, Microsoft.AspNet.TelemetryCorrelation" preCondition="integratedMode,managedHandler"/>
  94. </modules>
  95. <validation validateIntegratedModeConfiguration="false" />
  96. <handlers>
  97. <remove name="ExtensionlessUrlHandler-Integrated-4.0"/>
  98. <remove name="OPTIONSVerbHandler"/>
  99. <remove name="TRACEVerbHandler"/>
  100. <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0"/>
  101. </handlers>
  102. <!--<modules>
  103. <remove name="TelemetryCorrelationHttpModule" />
  104. <add name="TelemetryCorrelationHttpModule" type="Microsoft.AspNet.TelemetryCorrelation.TelemetryCorrelationHttpModule, Microsoft.AspNet.TelemetryCorrelation" preCondition="integratedMode,managedHandler"/>
  105. </modules>-->
  106. </system.webServer>
  107. <runtime>
  108. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  109. <dependentAssembly>
  110. <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f"/>
  111. <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2"/>
  112. </dependentAssembly>
  113. <dependentAssembly>
  114. <assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51"/>
  115. <bindingRedirect oldVersion="0.0.0.0-4.0.2.1" newVersion="4.0.2.1"/>
  116. </dependentAssembly>
  117. <dependentAssembly>
  118. <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed"/>
  119. <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0"/>
  120. </dependentAssembly>
  121. <dependentAssembly>
  122. <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35"/>
  123. <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0"/>
  124. </dependentAssembly>
  125. <dependentAssembly>
  126. <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35"/>
  127. <bindingRedirect oldVersion="1.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930"/>
  128. </dependentAssembly>
  129. <dependentAssembly>
  130. <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/>
  131. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
  132. </dependentAssembly>
  133. <dependentAssembly>
  134. <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/>
  135. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
  136. </dependentAssembly>
  137. <dependentAssembly>
  138. <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/>
  139. <bindingRedirect oldVersion="1.0.0.0-5.2.4.0" newVersion="5.2.4.0"/>
  140. </dependentAssembly>
  141. </assemblyBinding>
  142. </runtime>
  143. <system.codedom>
  144. <compilers>
  145. <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">
  146. <providerOption name="CompilerVersion" value="v4.0"/>
  147. </compiler>
  148. <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=\&quot;Web\&quot; /optionInfer+">
  149. <providerOption name="CompilerVersion" value="v4.0"/>
  150. </compiler>
  151. </compilers>
  152. </system.codedom>
  153. <system.serviceModel>
  154. <bindings>
  155. <basicHttpBinding>
  156. <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">
  157. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
  158. <security mode="None">
  159. <transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
  160. <message clientCredentialType="UserName" algorithmSuite="Default"/>
  161. </security>
  162. </binding>
  163. <binding name="BasicHttpBinding_UFIDA.U9.ISV.Customer.IBatchCreateCustomerByDTOSV"
  164. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  165. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  166. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  167. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  168. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  169. useDefaultWebProxy="true">
  170. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  171. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  172. <security mode="None">
  173. <transport clientCredentialType="None" proxyCredentialType="None"
  174. realm="" />
  175. <message clientCredentialType="UserName" algorithmSuite="Default" />
  176. </security>
  177. </binding>
  178. <binding name="BasicHttpBinding_UFIDA.U9.ISV.Customer.IBatchModifyCustomerByDTOSV"
  179. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  180. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  181. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  182. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  183. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  184. useDefaultWebProxy="true">
  185. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  186. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  187. <security mode="None">
  188. <transport clientCredentialType="None" proxyCredentialType="None"
  189. realm="" />
  190. <message clientCredentialType="UserName" algorithmSuite="Default" />
  191. </security>
  192. </binding>
  193. <binding name="BasicHttpBinding_UFIDA.U9.ISV.Customer.IBatchQueryCustomerByDTOSRV"
  194. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  195. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  196. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  197. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  198. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  199. useDefaultWebProxy="true">
  200. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  201. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  202. <security mode="None">
  203. <transport clientCredentialType="None" proxyCredentialType="None"
  204. realm="" />
  205. <message clientCredentialType="UserName" algorithmSuite="Default" />
  206. </security>
  207. </binding>
  208. <binding name="BasicHttpBinding_UFIDA.U9.ISV.SM.ICommonDeleteSOSRV"
  209. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  210. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  211. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  212. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  213. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  214. useDefaultWebProxy="true">
  215. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  216. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  217. <security mode="None">
  218. <transport clientCredentialType="None" proxyCredentialType="None"
  219. realm="" />
  220. <message clientCredentialType="UserName" algorithmSuite="Default" />
  221. </security>
  222. </binding>
  223. <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">
  224. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  225. <security mode="None">
  226. <transport clientCredentialType="None" proxyCredentialType="None" realm="" />
  227. <message clientCredentialType="UserName" algorithmSuite="Default" />
  228. </security>
  229. </binding>
  230. <binding name="BasicHttpBinding_UFIDA.U9.ISV.RCV.ICeateSaleReturnRcvBySrcSRV"
  231. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  232. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  233. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  234. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  235. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  236. useDefaultWebProxy="true">
  237. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  238. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  239. <security mode="None">
  240. <transport clientCredentialType="None" proxyCredentialType="None"
  241. realm="" />
  242. <message clientCredentialType="UserName" algorithmSuite="Default" />
  243. </security>
  244. </binding>
  245. <binding name="BasicHttpBinding_UFIDA.U9.Cust.CustBatchRMAPullDocSV.ICreateBatchRMAPullDocSV"
  246. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  247. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  248. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  249. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  250. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  251. useDefaultWebProxy="true">
  252. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  253. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  254. <security mode="None">
  255. <transport clientCredentialType="None" proxyCredentialType="None"
  256. realm="" />
  257. <message clientCredentialType="UserName" algorithmSuite="Default" />
  258. </security>
  259. </binding>
  260. <binding name="BasicHttpBinding_UFIDA.U9.ISV.SM.IDeleteRMASRV"
  261. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  262. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  263. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  264. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  265. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  266. useDefaultWebProxy="true">
  267. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  268. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  269. <security mode="None">
  270. <transport clientCredentialType="None" proxyCredentialType="None"
  271. realm="" />
  272. <message clientCredentialType="UserName" algorithmSuite="Default" />
  273. </security>
  274. </binding>
  275. <binding name="BasicHttpBinding_UFIDA.U9.ISV.RCV.ICeateReceivementFromPOSRV"
  276. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  277. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  278. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  279. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  280. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  281. useDefaultWebProxy="true">
  282. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  283. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  284. <security mode="None">
  285. <transport clientCredentialType="None" proxyCredentialType="None"
  286. realm="" />
  287. <message clientCredentialType="UserName" algorithmSuite="Default" />
  288. </security>
  289. </binding>
  290. <binding name="BasicHttpBinding_UFIDA.U9.ISV.SM.ICreateShipSV"
  291. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  292. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  293. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  294. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  295. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  296. useDefaultWebProxy="true">
  297. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  298. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  299. <security mode="None">
  300. <transport clientCredentialType="None" proxyCredentialType="None"
  301. realm="" />
  302. <message clientCredentialType="UserName" algorithmSuite="Default" />
  303. </security>
  304. </binding>
  305. <binding name="BasicHttpBinding_UFIDA.U9.ISV.PMIssue.ICreatPMRecedeIssueDocSV"
  306. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  307. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  308. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  309. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  310. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  311. useDefaultWebProxy="true">
  312. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  313. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  314. <security mode="None">
  315. <transport clientCredentialType="None" proxyCredentialType="None"
  316. realm="" />
  317. <message clientCredentialType="UserName" algorithmSuite="Default" />
  318. </security>
  319. </binding>
  320. <binding name="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreateCompRptSrv"
  321. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  322. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  323. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  324. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  325. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  326. useDefaultWebProxy="true">
  327. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  328. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  329. <security mode="None">
  330. <transport clientCredentialType="None" proxyCredentialType="None"
  331. realm="" />
  332. <message clientCredentialType="UserName" algorithmSuite="Default" />
  333. </security>
  334. </binding>
  335. <binding name="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreatRecedeIssueDocSV"
  336. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  337. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  338. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  339. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  340. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  341. useDefaultWebProxy="true">
  342. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  343. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  344. <security mode="None">
  345. <transport clientCredentialType="None" proxyCredentialType="None"
  346. realm="" />
  347. <message clientCredentialType="UserName" algorithmSuite="Default" />
  348. </security>
  349. </binding>
  350. <binding name="BasicHttpBinding_UFIDA.U9.ISV.MiscRcvISV.ICommonCreateMiscRcv"
  351. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  352. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  353. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  354. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  355. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  356. useDefaultWebProxy="true">
  357. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  358. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  359. <security mode="None">
  360. <transport clientCredentialType="None" proxyCredentialType="None"
  361. realm="" />
  362. <message clientCredentialType="UserName" algorithmSuite="Default" />
  363. </security>
  364. </binding>
  365. <binding name="BasicHttpBinding_UFIDA.U9.ISV.MiscShipISV.ICommonCreateMiscShip"
  366. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  367. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  368. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  369. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  370. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  371. useDefaultWebProxy="true">
  372. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  373. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  374. <security mode="None">
  375. <transport clientCredentialType="None" proxyCredentialType="None"
  376. realm="" />
  377. <message clientCredentialType="UserName" algorithmSuite="Default" />
  378. </security>
  379. </binding>
  380. <binding name="BasicHttpBinding_UFIDA.U9.CBO.SCM.Supplier.IBatchCreateSupplierByDTOSV"
  381. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  382. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  383. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  384. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  385. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  386. useDefaultWebProxy="true">
  387. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  388. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  389. <security mode="None">
  390. <transport clientCredentialType="None" proxyCredentialType="None"
  391. realm="" />
  392. <message clientCredentialType="UserName" algorithmSuite="Default" />
  393. </security>
  394. </binding>
  395. <binding name="BasicHttpBinding_UFIDA.U9.ISV.Item.IBatchCreateItemByDTOSRV"
  396. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  397. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  398. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  399. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  400. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  401. useDefaultWebProxy="true">
  402. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  403. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  404. <security mode="None">
  405. <transport clientCredentialType="None" proxyCredentialType="None"
  406. realm="" />
  407. <message clientCredentialType="UserName" algorithmSuite="Default" />
  408. </security>
  409. </binding>
  410. <binding name="BasicHttpBinding_UFIDA.U9.ISV.PO.ICreatePOSRV"
  411. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  412. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  413. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  414. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  415. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  416. useDefaultWebProxy="true">
  417. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  418. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  419. <security mode="None">
  420. <transport clientCredentialType="None" proxyCredentialType="None"
  421. realm="" />
  422. <message clientCredentialType="UserName" algorithmSuite="Default" />
  423. </security>
  424. </binding>
  425. <binding name="BasicHttpBinding_UFIDA.U9.ISV.Mobile.TransferInISV.ICreateTransferInRestSV"
  426. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  427. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  428. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  429. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  430. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  431. useDefaultWebProxy="true">
  432. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  433. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  434. <security mode="None">
  435. <transport clientCredentialType="None" proxyCredentialType="None"
  436. realm="" />
  437. <message clientCredentialType="UserName" algorithmSuite="Default" />
  438. </security>
  439. </binding>
  440. <binding name="BasicHttpBinding_UFIDA.U9.ISV.CBO.Lot.ICommonCreateLotMasterSRV"
  441. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  442. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  443. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  444. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  445. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  446. useDefaultWebProxy="true">
  447. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  448. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  449. <security mode="None">
  450. <transport clientCredentialType="None" proxyCredentialType="None"
  451. realm="" />
  452. <message clientCredentialType="UserName" algorithmSuite="Default" />
  453. </security>
  454. </binding>
  455. <binding name="BasicHttpBinding_UFIDA.U9.ISV.MO.IDeleteIssue4External"
  456. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  457. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  458. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  459. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  460. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  461. useDefaultWebProxy="true">
  462. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  463. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  464. <security mode="None">
  465. <transport clientCredentialType="None" proxyCredentialType="None"
  466. realm="" />
  467. <message clientCredentialType="UserName" algorithmSuite="Default" />
  468. </security>
  469. </binding>
  470. <binding name="BasicHttpBinding_UFIDA.U9.ISV.MO.IApproveIssueDoc4ExternalSrv"
  471. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  472. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  473. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  474. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  475. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  476. useDefaultWebProxy="true">
  477. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  478. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  479. <security mode="None">
  480. <transport clientCredentialType="None" proxyCredentialType="None"
  481. realm="" />
  482. <message clientCredentialType="UserName" algorithmSuite="Default" />
  483. </security>
  484. </binding>
  485. <binding name="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreateIssue4External"
  486. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  487. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  488. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  489. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  490. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  491. useDefaultWebProxy="true">
  492. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  493. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  494. <security mode="None">
  495. <transport clientCredentialType="None" proxyCredentialType="None"
  496. realm="" />
  497. <message clientCredentialType="UserName" algorithmSuite="Default" />
  498. </security>
  499. </binding>
  500. <binding name="BasicHttpBinding_ICreateRcvRestSV" closeTimeout="00:01:00"
  501. openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
  502. allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
  503. maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  504. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  505. useDefaultWebProxy="true">
  506. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  507. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  508. <security mode="None">
  509. <transport clientCredentialType="None" proxyCredentialType="None"
  510. realm="" />
  511. <message clientCredentialType="UserName" algorithmSuite="Default" />
  512. </security>
  513. </binding>
  514. <binding name="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreateMO4External"
  515. closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
  516. sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
  517. hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
  518. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  519. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  520. useDefaultWebProxy="true">
  521. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  522. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  523. <security mode="None">
  524. <transport clientCredentialType="None" proxyCredentialType="None"
  525. realm="" />
  526. <message clientCredentialType="UserName" algorithmSuite="Default" />
  527. </security>
  528. </binding>
  529. </basicHttpBinding>
  530. </bindings>
  531. <client>
  532. <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" />
  533. <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" />
  534. <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" />
  535. <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" />
  536. <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" />
  537. <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" />
  538. <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" />
  539. <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" />
  540. <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" />
  541. <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" />
  542. <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" />
  543. <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" />
  544. <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" />
  545. <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" />
  546. <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" />
  547. <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.CBO.Lot.ICommonCreateLotMasterSRV.svc"
  548. binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.CBO.Lot.ICommonCreateLotMasterSRV"
  549. contract="UFIDAU9ISVCBOLotICommonCreateLotMasterSRV" name="BasicHttpBinding_UFIDA.U9.ISV.CBO.Lot.ICommonCreateLotMasterSRV" />
  550. <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.MO.IDeleteIssue4External.svc"
  551. binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MO.IDeleteIssue4External"
  552. contract="UFIDAU9ISVMOIDeleteIssue4External" name="BasicHttpBinding_UFIDA.U9.ISV.MO.IDeleteIssue4External" />
  553. <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.CBO.SCM.Supplier.IBatchCreateSupplierByDTOSV.svc"
  554. binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.CBO.SCM.Supplier.IBatchCreateSupplierByDTOSV"
  555. contract="UFIDAU9CBOSCMSupplierIBatchCreateSupplierByDTOSV"
  556. name="BasicHttpBinding_UFIDA.U9.CBO.SCM.Supplier.IBatchCreateSupplierByDTOSV" />
  557. <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.Item.IBatchCreateItemByDTOSRV.svc"
  558. binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.Item.IBatchCreateItemByDTOSRV"
  559. contract="UFIDAU9ISVItemIBatchCreateItemByDTOSRV" name="BasicHttpBinding_UFIDA.U9.ISV.Item.IBatchCreateItemByDTOSRV" />
  560. <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.Mobile.TransferInISV.ICreateTransferInRestSV.svc"
  561. binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.Mobile.TransferInISV.ICreateTransferInRestSV"
  562. contract="ICreateTransferInRestSV" name="BasicHttpBinding_UFIDA.U9.ISV.Mobile.TransferInISV.ICreateTransferInRestSV" />
  563. <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.PO.ICreatePOSRV.svc"
  564. binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.PO.ICreatePOSRV"
  565. contract="UFIDAU9ISVPOICreatePOSRV" name="BasicHttpBinding_UFIDA.U9.ISV.PO.ICreatePOSRV" />
  566. <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.MO.IApproveIssueDoc4ExternalSrv.svc"
  567. binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MO.IApproveIssueDoc4ExternalSrv"
  568. contract="UFIDAU9ISVMOIApproveIssueDoc4ExternalSrv" name="BasicHttpBinding_UFIDA.U9.ISV.MO.IApproveIssueDoc4ExternalSrv" />
  569. <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.MO.ICreateIssue4External.svc"
  570. binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreateIssue4External"
  571. contract="UFIDAU9ISVMOICreateIssue4External" name="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreateIssue4External" />
  572. <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.Rcv.ICreateRcvRestSV.svc"
  573. binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ICreateRcvRestSV"
  574. contract="ICreateRcvRestSV" name="BasicHttpBinding_ICreateRcvRestSV" />
  575. <endpoint address="http://172.16.1.2:3880/U9C/Services/UFIDA.U9.ISV.MO.ICreateMO4External.svc"
  576. binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreateMO4External"
  577. contract="UFIDAU9ISVMOICreateMO4External" name="BasicHttpBinding_UFIDA.U9.ISV.MO.ICreateMO4External" />
  578. </client>
  579. <!--<client>
  580. <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" />
  581. <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" />
  582. <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" />
  583. <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" />
  584. <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" />
  585. <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" />
  586. </client>-->
  587. </system.serviceModel>
  588. </configuration>