As a client, I need to connect to a remote web service which provides a WSDL that does not specify any WS-SecurityPolicy. I have a local copy of the WSDL where I added the policy. The rest of the WSDL is the same.
In other words, is it possible to make a client connect to a remote endpoint using ws-security policies defined on a local WSDL? Because if not, the only alternative is to use interceptors for the security requirements, which is not the recommended way. Alex
