<?xml version="1.0" encoding="utf-8"?> <configuration> <system.serviceModel> <bindings> <wsHttpBinding> <binding name="WSHttpBinding_IHpExstream" sendTimeout="00:05:00" messageEncoding="Mtom"> <security mode="None" /> </binding> </wsHttpBinding> </bindings> <client> <endpoint address="http://server.net/HpExstream/Exstream.svc" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IHpExstream" contract="IHpExstream" name="WSHttpBinding_IHpExstream" /> </client> </system.serviceModel> </configuration>
When Abstractions Break
2 weeks ago
No comments:
Post a Comment