Hi,

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 used to work in 1.3. 

In 1.4, it gets the following error:

    [javac]
C:\Paraclete\generated\axis\org\apache\xml\xml_soap\MapItem_Helper.java:13:
cannot find symbol
    [javac] symbol  : class MapItem
    [javac] location: class org.apache.xml.xml_soap.MapItem_Helper
    [javac]         new org.apache.axis.description.TypeDesc(MapItem.class,
true);

MapItem was in axis.jar in 1.3, but not in 1.4.  Does anyone know what I
need to change to fix this?

Thanks, 

XS

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to