Invalid WS Security Header – IRS ACA SOAP Request
It sounds like we’re on the same path; maybe we can help each other out. I ended up doing security by configuration: <security enableUnsecuredResponse=”true” authenticationMode=”MutualCertificate” messageSecurityVersion=”WSSecurity10WSTrust13WSSecureConversation13WSSecurityPolicy12BasicSecurityProfile10″ /> You’ll also need to override the identity DNS value for your endpoint with whoever your certificate was issued to. Put this inside your <endpoint> tags <identity> <dns value=”[Issued … Read more