It was a major pain in the butt.
I am still not sure about the security modes as I am very new at WCF but at least I got it functioning. One thing I discovered is if you are disabling security in wsHttpBinding's you need to include this: <servicesecurityaudit messageauthenticationauditlevel="None"> under your behavior and then add 
under
    <bindings>
      <wsHttpBinding>
        <binding name="wsHttpBinding">
          <security mode="None"/>
        </binding>
      </wsHttpBinding>
    </bindings>
under
  <system.serviceModel>
 
No comments:
Post a Comment