Yugandhar,
One solution to your problem could be to use:
- a content enricher, to add authentication information to your message
- followed by a message filter, which drops messages with invalid
authentication information
However, ServiceMix also has built-in security features (1), which would
allow you to have the authentication happen more transparently.
Hope this helps,
Gert
(1) http://incubator.apache.org/servicemix/security.html
yugandhar wrote:
Hello,
I am newbie to Servicemix and have been going through the documentation and
did few examples.
We are evaluating the servicemix to expose our authentication webservices
through the ServiceMix.
Requirement/Scenario is :
clients will invoke a soap request then ESB should invoke authentication
services, if successful then ESB should invoke the business services (these
are also webservices).
I am assuming the flow as:
client - httpconsumer - httpprovider - external web business
service(authentication)
if authentication is successfull then httpprovider should redirect to main
webservice
Question: Can I use implement the above scenario. if so do i need to use
scripting or some other way to make these calls....
Any help is greatly appreciated.
thanks in advance
Yugandhar