I looked at the code for the axis2 ws binding and I believe I see where the problem is. If that turns out to be where the issue I'm having is, I'll test out my fix (working off of the 1.5.2 branch) and create a JIRA issue / patch, etc.
-----Original Message----- From: Phillips, Chad Sent: Wednesday, October 14, 2009 14:36 To: '[email protected]' Subject: no header data in message 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
