0 Replies Latest reply on Jul 22, 2015 5:07 AM by hfauche

    Setting properties on soap interceptors

    hfauche

      Hi,

      I'm trying with no success so far to use the properties feature in the interceptor detail dialog box of the switchyard visual editor.

      I'm looking for a way to use the same interceptor for all my service soap bindings by configuring it at design time, and I expected this feature to do that.

      But nothing seems to be triggered by this config, and I can't find any example or doc.

       

      Here is the config:

        <soap:interceptor class="org.iru.wssassoc.esb.AssociationUserCredentialInterceptor">

          <soap:properties load="META-INF/userCredentials.properties"/>

        </soap:interceptor>

       

      Thanks.