[Solved] webService Error: webservice Interface call error reported.

webservice Interface call error reported.

org.apache.axis2.AxisFault: Unmarshalling Error: Unexpected element (uri: "http://service
s.bingosoft.net/", local: "arg1"). The required elements are <{}arg5>,<{}arg4>,<{}arg3>,<{}arg2>,
<{}arg1>,<{}arg0>

Solution:
When the return parameter is hashMap, the error is reported, not to return hashMap successful call, did not understand what the reason, the webService underlying is not introduced hashMap
return Map can write a map in the entity class will return normally

Read More: