I’m using “pattern:web-service-proxy” in mule and I redirect old wsdl in another version on news address wsdl in mule server.
I will use new address of wsdl in my web services.
I want to put security on new address in mule server, such as:
I limited my wsdl that every one don’t allow to use my wsdl. (user with specific ip allow to use it)
I set username & password for use wsdl,…
please tell me how to set this security in mule config?
Although the feature described by that link is not available within mule the underling principle is still valid.
You can leverage the expression filter by doing something like the following:
being allowed a property placeholder that at runtime will be replaced by a list (i.e. comma separated) of allowed IPs.