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

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