dev@jax-ws.java.net

Re: Features added to WSDL port.binding

From: Rama Pulavarthi <Rama.Pulavarthi_at_Sun.COM>
Date: Fri, 03 Nov 2006 08:16:21 -0800

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.
>