Uploaded image for project: 'Axis-C++'
  1. Axis-C++
  2. AXISCPP-184

Client cannot handle '<' and '>' characters in deserializing a returned string

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3 Beta
    • 1.3 Final
    • Serialization
    • None
    • All platforms

    Description

      Client cannot handle '<' character and '>' characters while deserializing a returned string.

      e.g.
      If server response contains:
      <echoStringReturn xsi:type="xsd:string">hello< world</echoStringReturn>

      the client get the return value as:
      < world

      If server response contains:
      <echoStringReturn xsi:type="xsd:string">hello> world</echoStringReturn>

      the client get the return value as:
      > world

      Attachments

        Activity

          People

            samisa Don Samisa Abeysinghe
            samisa Don Samisa Abeysinghe
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: