Hello again, I want to do custom request filtering for just one of the endpoints mentioned in my previous mail (a port 9000 endpoint and a port 8080 endpoint). So what I want to do is send every request to the 9000 endpoint and filter the requests for the 8080 endpoint based on the request content.
I need to do dynamic filtering (in that you should be able to change the filters at run time and these should be managed centrally). I figure I can do the filtering in two ways: One would be to filter based on a set of xslt files located on a remote registry, and the other to use a "class" mediator with a custom class that filters based on a set of xslt files loaded through a web service, hosted by synapse preferably. To save me from trying to do both of these, could you tell me if : 1) By using a remote registry can I set a filtering xslt, to filter requests for the 8080 endpoint? 2) By using a class mediator, can I host a web-service in synapse that saves files somewhere where they can be accessed by my class mediator ? 3) With the class mediator implementation, what are my xslt filtering options, what XSLT engine can I (should I) use from my Java mediator class ? Any help would be greatly appreciated ! Thank you, Florin
