Hi,

 

I have an interface with some functions return List<HashMap<String, Object>>
and Map<ArrayList<Object>>

 

When I make the interface exposed as a service with binding.ws, the
generated wsdl contains a complex type HashMap or ArrayList without content

 

Ie: <xs:complexType name="hashMap">

                <xs:complexContent>

                                <xs:extension base="tns:abstractMap">

                                                <xs:sequence>

                                                </xs:sequence>

                                </xs:extension>

                </xs:complexContent>

</xs:complexType>

<xs:complexType abstract="true" name="abstractMap">

<xs:sequence>

 

Therefore, I have no way to get the expected result. May anyone help me out?


 

Best regards,

------------------------------------------------------------------

Binh, Nguyen Thanh

Software Architecture

Product Department - BU BSS, Software Center, Viettel Group

 

Reply via email to