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

javascript client outputting invalid and wrong soapaction

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.6.1
    • 2.4.9, 2.5.5, 2.6.2
    • JavaScript Client
    • None
    • Unknown

    Description

      The javascript client is always calling setRequestHeader("SOAPAction", ...) twice. This results in an action of one of:

      SOAPAction: ,

      (in the case of no action set in the wsdl)
      or

      SOAPAction: MyAction,

      (in the case where there is a setting of "MyAction")
      Neither of which are correct. It should be either:

      SOAPAction: ""

      or

      SOAPAction: "MyAction"

      Attachments

        Activity

          People

            dkulp Daniel Kulp
            dkulp Daniel Kulp
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: