Uploaded image for project: 'OpenEJB'
  1. OpenEJB
  2. OPENEJB-1001

Can not use SOAP headers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.1
    • 3.1.1
    • webservices
    • None
    • all

    Description

      Can not use SOAP headers when SOAP handlers are defined.

      @WebMethod(action="doSmth")
      @WebResult(name="response")
      DoSmthResponse doSmth (
      @WebParam(name="request") DoSmthRequest request,
      @WebParam(name="datetime", header=true, mode=WebParam.Mode.OUT) Holder<Date> datetime);

      It only appears when SOAP handlers are defined.

      Attachments

        1. patch-openejb-1001.txt
          4 kB
          Jean-Louis Monteiro
        2. patch-openejb-1001-sample.txt
          8 kB
          Jean-Louis Monteiro

        Activity

          People

            jgallimore Jonathan Gallimore
            jlmonteiro Jean-Louis Monteiro
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: