Hi, I have a problem while deserialising lists with AXIS 1.1. The serialized message (SOAP) is correct but the other way gives me the following exception:
Could not convert LinkType to bean field routeManeuvers[1]', type ManeuverType (see WSDL for type definition)
The thing is that I have list of lists elsewhere in the WSDL but this one is not working, here is the XSD (relevant part) contained in my WSDL file.
The thing is that if I remove the LinkType it works, even with a list of 'Places' inside a list of 'routeManeuvers'. If I add the connectedLinks, the serialization is fine but not the deserialization.
I have already tried to create ArrayOfObject complex types for all lists without success.
Note : I have seen some formatting pblms in the code I put in my thread. My original code is properly formated, I made some mistakes putting it in the post, sorry about that