creating wsdd
I am a newbie in webservice, may i know how to create wsdd file?
Situation :
Currently in my server side i have used @webservice(),@webParam and @webMethod to get a string datatype from client and wanna return hashMap to client, and i know there is impossible to handle collection type in webservice. But izzit possible to edit or create the wsdd to change the typeMapping in to hashMap so can generate a WSDL which contain the type of hashMap?
My wsdl is generated by java class which i add a servlet tag in to web.xml