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

axis wsdl namespace prefixes are changing in the response

Agile BoardAttach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Bug
    • None
    • None
    • wsdl
    • None

    Description

      ax25 namespace prefix got changed to ax21 prefix.. we would like to know the axis2 behavior causing this:

      Our system was sending a soap response like this until now:

      <soapenv:Body> <ns:Response xmlns:ns="http://com.service/xsd"> <ns:return xmlns:ax25="http://service.com/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ax25:Result"> <ax25:returnCode>TEST</ax25:returnCode> </ns:return> </ns:Response> </soapenv:Body>

      Now after deploying to a new environment, It got changed to:

      <soapenv:Body> <ns:Response xmlns:ns="http://com.service/xsd"> <ns:return xmlns:ax21="http://service.com/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ax21:Result"> <ax21:returnCode>TEST</ax21:returnCode> </ns:return> </ns:Response> </soapenv:Body>

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            sraghavan Sivaramakrishnan Raghavan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment