| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <configuration> |
| | | <configSections></configSections> |
| | | <startup> |
| | | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> |
| | | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/> |
| | | </startup> |
| | | <system.serviceModel> |
| | | <bindings> |
| | |
| | | </basicHttpBinding> |
| | | </bindings> |
| | | <client> |
| | | <endpoint address="http://localhost:8733/Design_Time_Addresses/iWareSAP.WCF/SapWcfService/" |
| | | binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ISapWcfService" |
| | | contract="sendToSap.ISapWcfService" name="BasicHttpBinding_ISapWcfService" /> |
| | | <endpoint address="http://localhost:8733/Design_Time_Addresses/IWareCC.WCf.ControlCenterWcfService/ControlCenterWcfService/" |
| | | binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IControlCenterWcfService" |
| | | contract="wcfApi.IControlCenterWcfService" name="BasicHttpBinding_IControlCenterWcfService" /> |
| | | <endpoint address="http://localhost:8733/Design_Time_Addresses/iWareSAP.WCF/SapWcfService/" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ISapWcfService" contract="sendToSap.ISapWcfService" name="BasicHttpBinding_ISapWcfService"/> |
| | | <endpoint address="http://localhost:8733/Design_Time_Addresses/IWareCC.WCf.ControlCenterWcfService/ControlCenterWcfService/" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IControlCenterWcfService" contract="wcfApi.IControlCenterWcfService" name="BasicHttpBinding_IControlCenterWcfService"/> |
| | | </client> |
| | | <behaviors> |
| | | <serviceBehaviors> |