On Mon November 16 2009 12:49:07 pm Howard Points wrote:
> We have a DataPower appliance sitting in front of our web service and
> encrypting a single field in the SOAP request. This is passed into our web
> service. We just want to pass through the encrypted field to a down line
> another web service call. We do not want to decrypt the value in the middle
> web service (for PCI compliance reasons). Is there a way to do this in CxF?

I guess there isn't enough details to answer the question.   Obviously, you 
could just disable the security stuff and then CXF would leave everything 
alone.   Do you need SOME stuff processed but other things left alone?    I'm 
not sure if that's doable.   I THINK wss4j will just process the entire 
security header.  Maybe some interceptor that strips some entries out of the 
security header.  Not really sure.   :-(

Dan

> 
> 
> Thanks
> Howard
> 

-- 
Daniel Kulp
[email protected]
http://www.dankulp.com/blog

Reply via email to