On Thursday 23 September 2010 3:36:04 am willoi wrote: > When it runs headers collection is empty. > > But on xml file you can see there's parameter on soap header. > > I can't understand what's wrong !
You have the phase set to READ which is the same phase as the interceptor that reads the headers. Thus, it MAY be the case that your interceptor is running before that interceptor. Can you try changing from Phase.READ to Phase.USER_PROTOCOL and seeing if that helps? -- Daniel Kulp [email protected] http://dankulp.com/blog
