Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-2822

The interceptor is not added to the ClientImpl when create the dispatch to invoke service

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.8
    • 2.2.9
    • JAX-WS Runtime
    • None

    Description

      When the bus load the following configuration and create dispatch to invoke the service , the interceptors does not add to the interceptor chains :
      <jaxws:client name="

      {http://apache.org/hello_world_soap_http}

      TimestampSignEncryptPort"
      createdFromAPI="true">
      <jaxws:outInterceptors>
      <bean class="org.apache.cxf.binding.soap.saaj.SAAJOutInterceptor"/>
      <ref bean="TimestampSignEncrypt_Request"/>
      </jaxws:outInterceptors>
      <jaxws:inInterceptors>
      <ref bean="TimestampSignEncrypt_Response"/>
      <bean class="org.apache.cxf.binding.soap.saaj.SAAJInInterceptor"/>
      </jaxws:inInterceptors>
      </jaxws:client>

      Attachments

        Activity

          People

            ema Jim Ma
            ema Jim Ma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: