OMElement - Hashmap

2008-02-15 Thread Ajit.Kamalakant
Hi, My web service implementation class has a method which returns a VO say "TestVO" This TestVO contains a Hashmap with some key/values. When I deploy this web service in Axis 2 & in the wsdl , I have the following: When I generate the client-side code,

AXIOM - OMElement- Hashmap

2008-02-14 Thread Ajit.Kamalakant
Hi Group, I have a hashmap in my my value object & axis 2 has generated a method inside my stub with the below signature. public org.apache.axiom.om.OMElement getTestMap() { return localCurrencyMap; } How do I retrieve the values from the OMElement? Thanks, Aj