Uploaded image for project: 'Axis'
  1. Axis
  2. AXIS-2585

class MapItem missing from axis.jar?

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.4
    • None
    • None
    • None
    • Java 1.5 on Windows XP

    Description

      I am trying to upgrade from Axis 1.3 to Axis 1.4. I have a java class that returns a HashMap to my client, which works in 1.3.

      I use wsdl2java to generate the code and it generates
      [...]
      qName = new javax.xml.namespace.QName("http://xml.apache.org/xml-soap", "mapItem");
      cachedSerQNames.add(qName);
      cls = org.apache.xml.xml_soap.MapItem.class;
      cachedSerClasses.add(cls);
      [...]

      However, the class org.apache.xml.xml_soap.MapItem.class is not found. It was in axis.jar in Axis 1.3 , but is not in 1.4.
      It's the only class in the path org/apache/xml in axis.jar of 1.3, so maybe it has been forgotten when building the axis.jar for Axis 1.4?

      The problem seems to be around for a while (see e.g. from June 21 2006: http://mail-archives.apache.org/mod_mbox/ws-axis-user/200606.mbox/%3CBAY109-DAV1A898CEC34CF4476914FE91840@phx.gbl%3E, but I have not been able to find an answer).

      Attachments

        Activity

          People

            Unassigned Unassigned
            birrered Edith Birrer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: