This week, I needed to create a client for a webservice created in Java. The webservice has implemented username/password security (in the WS security header) AND a certificate. So, in my ignorance, I configured the following binding: <basicHttpBinding> <binding configurationName="SWMExtendedBasicHttpBinding"> ...