• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

How to handle Maps in WebService

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends

I need some information on how to handle Maps in WebServices.
I have certain methods that i need to expose as a WebService.Some methods are like the one here public java.util.Map getVC(BigInteger Pk).
This method has a Map as a return type.Similarly the java.util.Map is a input parameter for certain methods to be exposed as a webservice.

Can anybody let me know how this conversion is to be handled in the Handler\Delegate Class . If you provide some code or guide me in this direction about this conversion then it will be very nice.

I am using .wsdd file for generation of the WSDL which i use later to generate the client side Stubs.

Thanks & Regards
Vikram K
 
If you settle for what they are giving you, you deserve what you get. Fight for this tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic