Hi,

I have the following requirements in a projet :

- Create a Web Service (lets name it WS1) and in the service implementation,
call an other Web Service (lets name it WS2). So we have the call chain :
Client --> WS1 --> WS2
- WS1 and WS2 are secured with WS-SECURITY.
- WS-SECURITY must be placed at bus level --> it means in and out
interceptors for client and server are shared on the same bus because WS1 is
also a client of WS2.
- WS1 and WS2 are deployed on different Tomcat Servers.

For now, Client --> WS1 works well in my environment but now I want to add
WS1 --> WS2

What are the possible configurations, if it's possible ?
 
How to prevent in this architecture the "server side" outInterceptor to
place WS-SECURITY headers on the response to the "client side " ? 

Olivier
-- 
View this message in context: 
http://www.nabble.com/WS-SECURITY-Interceptor-configuration-tp21981733p21981733.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to