| 12345678910111213 |
- <?xml version="1.0" encoding="utf-8"?>
- <configuration>
- <system.serviceModel>
- <bindings>
- <basicHttpBinding>
- <binding name="WebServerSoapBinding" maxBufferSize="2147483647" maxBufferPoolSize="524288" maxReceivedMessageSize="2147483647"/>
- </basicHttpBinding>
- </bindings>
- <client>
- <endpoint address="http://172.22.4.6:9004/webservice/limssubject" binding="basicHttpBinding" bindingConfiguration="WebServerSoapBinding" contract="ServiceReference1.WebServer" name="WebServerimplPort"/>
- </client>
- </system.serviceModel>
- <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
|