Uploaded image for project: 'Axis2-C'
  1. Axis2-C
  2. AXIS2C-674

problem in coding special characters in server answer

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.1.0
    • xml/om
    • None
    • SuSE 10, no specials

    Description

      When the server generates a webservice answer that contains special signs like "&" this character is not converted to "&" as expected.
      Just imagine a company's name like "Tools & Co." - it would be transferred to the client exactly like this, as you can see in the tcpmon snippet:

      <ns1:mndname>AK & Co KG</ns1:mndname>

      The parser on the client side fails as it interpretes "&" as starter of a "&something;" construct and does not expect the " " as next char after "&".

      The WS requests from the client to the server are formatted correctly ,

      <ns1:param1>&&&</ns1:param1>

      Attachments

        Activity

          People

            samisa Don Samisa Abeysinghe
            ishiido Florian Steinborn
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: