Hi all, I need to know the annotations required when having a web method as below:
java.util.Map getXXXXX (com.company.somebean bean) Mainly i am concerned about the Map. for example, how do i specify the types (class names) of the entities inside the map, (both key and value) pairs. After doing these annotations for this web method, then i will be using the Java2WSDL tool to generate the WSDL. Thanks in advance for any help/feedback Cheers Mahen
