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

How to prevent xml from decoding

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • 1.6.3
    • None
    • transports
    • None

    Description

      Hi

      I am using AXIS2 1.6.3 and my XML is decoded when I receive it.

      As the "&" character is not allowed in XML, I have to encode it when I send a soap request to AXIS.

      Instead of sending <display-name>axis&axis</display-name> I have to send encoded like:

      <display-name>axis&amp;axis</display-name>
      

      But somewhere in AXIS it is decoded back to "&".

      How can I make sure that my XML in the soap request arrives intact to my application?

      Is there any configuration that I have to apply or this is not AXIS issue?

      BR
      Lulseged Zerfu

      Attachments

        Activity

          People

            Unassigned Unassigned
            lulseged.zerfu Lulseged Zerfu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: