How to get rid of anyType (I want to convert to HashMap) --------------------------------------------------------
Key: AXIS2-4532 URL: https://issues.apache.org/jira/browse/AXIS2-4532 Project: Axis 2.0 (Axis2) Issue Type: Improvement Environment: Unix Reporter: ravi sekhar mikkilineni Hi, I am using the latest version axis2.1.5 and following code first approach. I am having HashMap (orderStatusMap) a class and when I generated java2wsdl it gives me the following in wsdl - <xs:complexType name="OrderSubmissionMap"> - <xs:sequence> <xs:element minOccurs="0" name="orderStatusMap" nillable="true" type="xs:anyType" /> </xs:sequence> </xs:complexType> I deployed the service and while invoking from the clientt I am getting the following exception org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Can not invoke the getTypeObject method in the extension mapper class -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.