<?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>
I’m writing another book!
3 days ago