Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-1328

MessageContext.getSoapAction should reference AxisOperation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0
    • None
    • kernel
    • None
    • Windows, using the binary download (1.0)

    Description

      MessageContext.getSoapAction() doesn't work, the value is always "" which means that a default method is selected on the server. The correct value is stored in the axisOperation so if you replace the code to be

      return this.getAxisOperation().getSoapAction();

      instead then it all works fine. The server code processes requests correctly the issue was on the client side invocation

      Attachments

        Activity

          People

            deepal Deepal Jayasinghe
            stevegjones Steve Jones
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: