Hi,

I'm experimenting with the policy framework in Tuscany SCA Java 1.5.1 and I'm 
seeing what I believe may be a bug.  The basic test scenario is that I have a 
simple composite with one component exposing a service via the WS binding.  The 
policy I've created is then applied to that component.  All of the policy 
classes seem to load up fine, but the issue I'm seeing is with the contents of 
the Message object that's received via my Interceptor implementation.  The SOAP 
message I sent to the web service had information in the SOAP header but the 
header collection in the Message object is empty.  The body array contains an 
OMElementImpl object for the SOAP body as I'd expect.  I believe that the 
header collection in the Message should contain an OMElementImpl object for the 
SOAP header.  Is this assumption correct?

- Chad Phillips

Reply via email to