There were some changes in this area. I will take look in to this.
thanks,
Rama Pulavarthi
Paul Sandoz wrote:
> Hi,
>
> Something subtle has changed recently that stopped the
> FastInfosetFeature being propagated from the WSDL port binding to the
> JAX-WS binding.
>
> I modified the FastInfosetModelConfiguratorProvider to:
>
> port.addFeature(new FastInfosetFeature(isFastInfosetEnabled));
>
> (like addressing) instead of:
>
> port.getBinding().addFeature(
> new FastInfosetFeature(isFastInfosetEnabled));
>
> and the feature then gets propagated to the ones that are merged and
> passed to the binding.
>
> The some problem will occur with MTOM as well.
>
> Paul.
>