User-1000095884 posted
Hi,
From the error message, please make sure the configuration of the client's binding is consistendt with the service's binding, e.g. if you using basicHttpBinding for service but using wsHttpBinding for client the issue may occur, since basicHttpBinding
and wsHttpBindings are working with different security standards.
If this is not the issue, it would be helpful if you provide more information here, e.g the configuration snippets of service and client.
Best Regards.