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

when encounter an empty string element, deserializor can not get next element

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • Serialization
    • None

    Description

      when respones like this
      <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <soap:Body>
      <PaymentConfirmResponse xmlns="http://service.zx.chinavnet.com/v1.0/">
      <PaymentConfirmResult>
      <SenderID/>
      <Result>-10021</Result>
      <ErrorDescription>XXXXX</ErrorDescription>
      </PaymentConfirmResult>
      </PaymentConfirmResponse>
      </soap:Body>
      </soap:Envelope>

      can not get <Result> and <ErrorDescription>

      Attachments

        1. SoapDeSerializer.cpp.patch
          0.6 kB
          Unai Uribarri

        Activity

          People

            Unassigned Unassigned
            mxx MENG Xinxin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: