How to have a HashMap as @WebParam with JBossWS 3.1.2
问题 I am trying to develop a web service with JBossWS 3.1.2 that has a HashMap as one of its arguments. I am using this version of JBossWS because that is what is distributed with the version of JBoss that I am using. I am using wsprovide to generate the WSDL and wsconsume to create WS client stubs. A simplified version of my WebService is: @WebService(targetNamespace = "http://localhost/ping", serviceName = "Ping") @SOAPBinding(style = SOAPBinding.Style.RPC) public class Ping { @WebMethod