2023-05-04
This commit is contained in:
@@ -117,7 +117,15 @@
|
||||
<!-- SERVER -->
|
||||
<system.serviceModel>
|
||||
<client>
|
||||
<endpoint address="http://172.25.0.43/services/OfsTodoDataWebService" binding="basicHttpBinding" bindingConfiguration="OfsTodoDataWebServiceHttpBinding" contract="OAWebService.OfsTodoDataWebServicePortType" name="OfsTodoDataWebServiceHttpPort"/>
|
||||
<endpoint address="http://172.25.0.43/services/OfsTodoDataWebService"
|
||||
binding="basicHttpBinding" bindingConfiguration="OfsTodoDataWebServiceHttpBinding"
|
||||
contract="OAWebService.OfsTodoDataWebServicePortType" name="OfsTodoDataWebServiceHttpPort" />
|
||||
<endpoint address="http://114.247.88.97:20080/QHSE/HSSEService.svc"
|
||||
binding="wsHttpBinding" bindingConfiguration="HSSEServiceEndpoint"
|
||||
contract="BLL.CNCECHSSEService.HSSEService" name="HSSEServiceEndpoint" />
|
||||
<endpoint address="http://114.247.88.97:20080/QHSE/HSSEService.svc"
|
||||
binding="wsHttpBinding" bindingConfiguration="HSSEServiceEndpoint1"
|
||||
contract="ServiceReference1.HSSEService" name="HSSEServiceEndpoint1" />
|
||||
</client>
|
||||
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true"/>
|
||||
<services>
|
||||
@@ -137,12 +145,24 @@
|
||||
</behaviors>
|
||||
<bindings>
|
||||
<basicHttpBinding>
|
||||
<binding name="OfsTodoDataWebServiceHttpBinding"/>
|
||||
<binding name="OfsTodoDataWebServiceHttpBinding" />
|
||||
</basicHttpBinding>
|
||||
<wsHttpBinding>
|
||||
<binding name="BLL.HSSEServiceBinding" closeTimeout="00:05:00" openTimeout="00:05:00" receiveTimeout="00:10:00" sendTimeout="00:10:00" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="5242880000" maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
|
||||
<readerQuotas maxDepth="32" maxStringContentLength="8192000" maxArrayLength="16384000" maxBytesPerRead="4096000" maxNameTableCharCount="16384000"/>
|
||||
<security mode="None"/>
|
||||
<binding name="BLL.HSSEServiceBinding" closeTimeout="00:05:00"
|
||||
openTimeout="00:05:00" receiveTimeout="00:10:00" sendTimeout="00:10:00"
|
||||
bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
|
||||
maxBufferPoolSize="5242880000" maxReceivedMessageSize="2147483647"
|
||||
messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
|
||||
allowCookies="false">
|
||||
<readerQuotas maxDepth="32" maxStringContentLength="8192000"
|
||||
maxArrayLength="16384000" maxBytesPerRead="4096000" maxNameTableCharCount="16384000" />
|
||||
<security mode="None" />
|
||||
</binding>
|
||||
<binding name="HSSEServiceEndpoint">
|
||||
<security mode="None" />
|
||||
</binding>
|
||||
<binding name="HSSEServiceEndpoint1">
|
||||
<security mode="None" />
|
||||
</binding>
|
||||
</wsHttpBinding>
|
||||
</bindings>
|
||||
|
||||
Reference in New Issue
Block a user