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

data type mismatch on SoapDeSerializer::getElementAsDouble

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2 Final
    • 1.3 Final
    • Serialization
    • None

    Description

      double SoapDeSerializer::getElementAsDouble(const AxisChar* pName,
      const AxisChar* pNamespace)
      {
      double ret = 0;
      if (AXIS_SUCCESS != m_nStatus) return ret;
      if (RPC_ENCODED == m_nStyle)
      {
      ......
      if (XSD_DECIMAL == getXSDType(m_pNode))
      ^^^^^^^^^^^^^^^^^^^^ <<<<<<<<<<<<<<<<<<<should XSD_DOUBLE

      { ....... }

      }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: